Properties
| Property | Type | Description |
|---|---|---|
flowId | string | The flow ID to use in verifyOAuth. |
code | string | The OAuth code to verify. |
providerType | OAuth2ProviderType | The type of OAuth provider. |
type VerifyOAuthOptions = {
flowId: string;
code: string;
providerType: OAuth2ProviderType;
};
| Property | Type | Description |
|---|---|---|
flowId | string | The flow ID to use in verifyOAuth. |
code | string | The OAuth code to verify. |
providerType | OAuth2ProviderType | The type of OAuth provider. |
Was this page helpful?