B2BMagicLinksClient

B2B magic link authentication methods.

Properties

Link copied to clipboard

Discovery magic link methods (cross-org, unauthenticated).

Link copied to clipboard

Email magic link methods.

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.