MagicLinksClient
interface MagicLinksClient
Magic link authentication methods.
Functions
Link copied to clipboard
abstract suspend fun authenticate(request: IMagicLinksAuthenticateParameters): MagicLinksAuthenticateResponse
Authenticates a magic link token received via deeplink, establishing a session for the user. Calls the POST /sdk/v1/magic_links/authenticate endpoint. Retrieves the PKCE code verifier stored during the corresponding EmailMagicLinksClient.loginOrCreate or EmailMagicLinksClient.send call.