SignInWithIdTokenBuilder

Builder for sign-in with ID token.

Use this builder to sign in with an ID token from an identity provider such as Google.

Example usage:

clerk.auth.signInWithIdToken {
token = "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."
provider = IdTokenProvider.GOOGLE
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The identity provider that issued the token.

Link copied to clipboard

The ID token from the identity provider.