Magic links SDK configuration for your B2B project
B2BSDKMagicLinksConfig object
Fields
enabled bool
Indicates whether magic links endpoints are enabled in the SDK.
pkce_required bool
Indicates whether PKCE is required for magic links. PKCE increases security by introducing a one-time secret for each auth flow to ensure the user starts and completes each auth flow from the same application on the device. This prevents a malicious app from intercepting a redirect and authenticating with the user’s token. PKCE is enabled by default for mobile SDKs.