Interface OAuth2AuthorizeRequestOptions
interface OAuth2AuthorizeRequestOptions {
addScopes?: string[];
clientScope?: string;
codeVerifier?: string;
login?: boolean;
prompt?: string;
userData?: Record<string, unknown>;
}
addScopes?: string[];
clientScope?: string;
codeVerifier?: string;
login?: boolean;
prompt?: string;
userData?: Record<string, unknown>;
}
Hierarchy (View Summary)
- OAuth2LoginRequestOptions
- OAuth2AuthorizeRequestOptions