CCGAuthModule
public class CCGAuthModule : AuthModule
Provides management for Client Credentials Grant authentication.
-
The type of CCG connection, either user with userId or application service with enterpriseId.
See moreDeclaration
Swift
public enum CCGConnectionType -
Get CCG access token
Declaration
Swift
public func getCCGToken(completion: @escaping TokenInfoClosure)Parameters
completionReturns the token data or an error.
CCGAuthModule Class Reference