ASAuthorizationRequest
A base class for different kinds of authorization requests.
Declaration
class ASAuthorizationRequestOverview
Use one of the concrete requests, like ASAuthorizationAppleIDRequest, ASAuthorizationPasswordRequest, or ASAuthorizationSingleSignOnRequest.
You typically generate one of these using the corresponding provider, which is an instance of ASAuthorizationAppleIDProvider, ASAuthorizationPasswordProvider, or ASAuthorizationSingleSignOnProvider, respectively.