AccessToken

enum AccessToken
extension AccessToken : Sendable

The access token returned by the accessToken method.

  • The access token is valid.

    Declaration

    Swift

    case authorized(value: String)
  • The user is not authorized.

    Declaration

    Swift

    case notAuthorized