SignInWithIdTokenBuilder
class 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
}Content copied to clipboard