Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 2.32 KB

File metadata and controls

103 lines (56 loc) · 2.32 KB

Interface: AndroidConfig

Table of contents

Properties

Properties

clientId

clientId: string

The developer’s client identifier, as provided by WWDR.

Defined in

index.d.ts:513


nonce

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.

Defined in

index.d.ts:532


nonceEnabled

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.

Defined in

index.d.ts:541


redirectUri

redirectUri: string

The URI to which the authorization redirects. It must include a domain name, and can’t be an IP address or localhost.

Defined in

index.d.ts:517


responseType

Optional responseType: AndroidResponseType

The type of response requested.

Defined in

index.d.ts:520


scope

Optional scope: AndroidScope

The amount of user information requested from Apple.

Defined in

index.d.ts:523


state

Optional state: string

The current state of the request.

Defined in

index.d.ts:526