MASDKAccessTokenError
public enum MASDKAccessTokenError : Error, MiniAppErrorProtocol
Enumeration that is used to return Access Token error
-
Host app failed to implement required interface
Declaration
Swift
case failedToConformToProtocol -
Requested Audience is not supported
Declaration
Swift
case audienceNotSupportedError -
Requested Scope is not supported
Declaration
Swift
case scopesNotSupportedError -
Authorization failed and the reason will be shared by the host app
Declaration
Swift
case authorizationFailureError(description: String) -
Unknown/Custom error
Declaration
Swift
case error(description: String) -
Detailed Description for every MASDKAccessTokenError
Declaration
Swift
public var description: String { get } -
Title of the error
Declaration
Swift
public var name: String { get }
MASDKAccessTokenError Enumeration Reference