authorization_request library

Classes

AppleIDAuthorizationRequest
An AuthorizationRequest which authenticates a user based on their Apple ID.
AuthorizationRequest
A base class which describes an authorization request that we will make on the native side.
PasswordAuthorizationRequest
An AuthorizationRequest that uses credentials which are stored in the users Keychain.

Enums

AppleIDAuthorizationScopes
The scopes that will be requested with the AppleIDAuthorizationRequest. This allows you to request additional information from the user upon sign up.