B2BMagicLinksClient
interface B2BMagicLinksClient
B2B magic link authentication methods.
Properties
Functions
Link copied to clipboard
abstract suspend fun authenticate(request: IB2BMagicLinksAuthenticateParameters): B2BMagicLinksAuthenticateResponse
Authenticates a magic link token received via deeplink, establishing a member session. Calls the POST /sdk/v1/b2b/magic_links/authenticate endpoint. Retrieves the PKCE code verifier stored during the corresponding B2BEmailMagicLinksClient.loginOrSignup call, and automatically includes the intermediate session token if one is present.