Companion
object Companion
Functions
Link copied to clipboard
suspend fun authenticateWithGoogleCredential(credentialTypes: List<SignIn.CredentialType>): ClerkResult<SignIn, ClerkErrorResponse>
Authenticates using the Google Credential Manager.
Link copied to clipboard
suspend fun authenticateWithGoogleOneTap(transferable: Boolean = true): ClerkResult<OAuthResult, ClerkErrorResponse>
Authenticates the user with a token generated from Google identity services.
Link copied to clipboard
suspend fun authenticateWithRedirect(params: SignIn.AuthenticateWithRedirectParams, transferable: Boolean = true): ClerkResult<OAuthResult, ClerkErrorResponse>
Initiates the sign-in process using an OAuth or Enterprise SSO redirect flow.
Link copied to clipboard
Starts the sign in process.
Creates a new SignIn object with the provided parameters.