AccessToken

enum AccessToken
extension AccessToken : Sendable

The access token returned by the accessToken method.

  • The access token is valid and authorized for the requested scopes.

    Declaration

    Swift

    case authorized(value: String, scopes: Set<String>)
  • The access token is not authorized for the requested scopes.

    Declaration

    Swift

    case notAuthorized