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 more

    Declaration

    Swift

    public enum CCGConnectionType
  • Get CCG access token

    Declaration

    Swift

    public func getCCGToken(completion: @escaping TokenInfoClosure)

    Parameters

    completion

    Returns the token data or an error.