Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 2.08 KB

_lib_index_d_.androidconfig.md

File metadata and controls

90 lines (49 loc) · 2.08 KB

Interface: AndroidConfig

Hierarchy

  • AndroidConfig

Index

Properties

Properties

clientId

clientId: string

Defined in lib/index.d.ts:508

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


Optional nonce

nonce? : undefined | string

Defined in lib/index.d.ts:527

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

nonceEnabled? : undefined | boolean

Defined in lib/index.d.ts:536

Disable automatic nonce behaviour by setting this to false. Useful for authentication providers that don't yet support nonces. Defaults to true.


redirectUri

redirectUri: string

Defined in lib/index.d.ts:512

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


Optional responseType

responseType? : AndroidResponseType

Defined in lib/index.d.ts:515

The type of response requested.


Optional scope

scope? : AndroidScope

Defined in lib/index.d.ts:518

The amount of user information requested from Apple.


Optional state

state? : undefined | string

Defined in lib/index.d.ts:521

The current state of the request.