signUpWithTicket
Signs up with a ticket.
Return
A ClerkResult containing the SignUp object on success, or a ClerkErrorResponse on failure.
Example usage:
val signUp = clerk.auth.signUpWithTicket(ticket)Content copied to clipboard
Parameters
ticket
The sign-up ticket.