Package-level declarations
Types
Link copied to clipboard
@Serializable
The EmailAddress object represents an email address associated with a user.
Properties
Functions
Link copied to clipboard
suspend fun EmailAddress.attemptVerification(code: String): ClerkResult<EmailAddress, ClerkErrorResponse>
Attempts to verify the email address with the given code.
Link copied to clipboard
Deletes the EmailAddress from the server.
Link copied to clipboard
Retrieves the EmailAddress from the server.
Link copied to clipboard
suspend fun EmailAddress.prepareVerification(params: EmailAddress.PrepareVerificationParams): ClerkResult<EmailAddress, ClerkErrorResponse>
Prepares the email address for verification using the specified strategy.