Contents

ASAuthorizationRequest

A base class for different kinds of authorization requests.

Declaration

class ASAuthorizationRequest

Overview

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.

Topics

Inspecting the Provider

Initializers

See Also

Inspecting requests