• clientId: string
The developer’s client identifier, as provided by WWDR.
• Optional
nonce: string
A String value used to associate a client session with an ID token and mitigate replay attacks. This value will be SHA256 hashed by the library before being sent to Apple.
• Optional
nonceEnabled: boolean
Disable automatic nonce behaviour by setting this to false.
Useful for authentication providers that don't yet support nonces.
Defaults to true.
• redirectUri: string
The URI to which the authorization redirects. It must include a domain name, and can’t be an IP address or localhost.
• Optional
responseType: AndroidResponseType
The type of response requested.
• Optional
scope: AndroidScope
The amount of user information requested from Apple.
• Optional
state: string
The current state of the request.