signInWithTicket

Signs in with a ticket.

Return

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

Example usage:

val signIn = clerk.auth.signInWithTicket(ticket)

Parameters

ticket

The authentication ticket.