Package-level declarations
Types
Functions
Link copied to clipboard
suspend fun Auth.signIn(block: SignInIdentifierBuilder.() -> Unit): ClerkResult<SignIn, ClerkErrorResponse>
Starts sign-in with an identifier (email, phone, or username).
Link copied to clipboard
Signs in via account portal.
Link copied to clipboard
suspend fun Auth.signInWithEnterpriseSso(block: EnterpriseSsoBuilder.() -> Unit): ClerkResult<OAuthResult, ClerkErrorResponse>
Signs in with Enterprise SSO.
Link copied to clipboard
suspend fun Auth.signInWithIdToken(block: SignInWithIdTokenBuilder.() -> Unit): ClerkResult<OAuthResult, ClerkErrorResponse>
Signs in with an ID token from an identity provider.
Link copied to clipboard
suspend fun Auth.signInWithOAuth(provider: OAuthProvider): ClerkResult<OAuthResult, ClerkErrorResponse>
Signs in with OAuth provider.
Link copied to clipboard
suspend fun Auth.signInWithOtp(block: SignInWithOtpBuilder.() -> Unit): ClerkResult<SignIn, ClerkErrorResponse>
Signs in with OTP - automatically sends the verification code.
Link copied to clipboard
Signs in with passkey.
Link copied to clipboard
suspend fun Auth.signInWithPassword(block: SignInWithPasswordBuilder.() -> Unit): ClerkResult<SignIn, ClerkErrorResponse>
Signs in with password authentication.
Link copied to clipboard
Signs in with a ticket.
Link copied to clipboard
Creates a new sign-up with the provided details.
Link copied to clipboard
Signs up via account portal.
Link copied to clipboard
suspend fun Auth.signUpWithEnterpriseSso(block: EnterpriseSsoBuilder.() -> Unit): ClerkResult<OAuthResult, ClerkErrorResponse>
Signs up with Enterprise SSO.
Link copied to clipboard
suspend fun Auth.signUpWithIdToken(token: String, provider: IdTokenProvider, block: SignUpWithIdTokenBuilder.() -> Unit = {}): ClerkResult<SignUp, ClerkErrorResponse>
Signs up with an ID token from an identity provider.
Link copied to clipboard
suspend fun Auth.signUpWithOAuth(provider: OAuthProvider): ClerkResult<OAuthResult, ClerkErrorResponse>
Signs up with OAuth provider.
Link copied to clipboard
Signs up with a ticket.