SDK OAuth configuration for your B2B project
B2BSDKOAuthConfig object
Fields
enabled bool
Whether OAuth endpoints are enabled in the SDK.
pkce_required bool
Indicates whether PKCE is required for OAuth. 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.