Skip to main content
type VerifyOAuthOptions = {
  flowId: string;
  code: string;
  providerType: OAuth2ProviderType;
};
Request parameters for verifyOAuth.

Properties

PropertyTypeDescription
flowIdstringThe flow ID to use in verifyOAuth.
codestringThe OAuth code to verify.
providerTypeOAuth2ProviderTypeThe type of OAuth provider.