IdToken

constructor(providerId: String, idToken: String, accessToken: String? = null, rawNonce: String? = null)

Parameters

idToken

OpenID Connect ID token issued by the provider.

accessToken

Provider access token, when available.

rawNonce

Unhashed nonce used in the provider request, for backends that verify it (e.g. Apple).