signIn

suspend fun signIn(id: String? = null, identifierHint: String? = null, promptTitle: String? = null, promptSubtitle: String? = null): ClerkResult<SignIn, ClerkErrorResponse>

Signs in with a locally enrolled biometric trusted-device credential.

Return

A ClerkResult containing the completed SignIn on success, or a ClerkErrorResponse on failure.

Parameters

id

The trusted-device credential ID to use. When omitted, the available local credential is used.

identifierHint

A local-only user identifier hint used to choose a matching credential.

promptTitle

The title shown in the system biometric prompt.

promptSubtitle

The subtitle shown in the system biometric prompt.