AuthorizeOptions interface
Auth UI authorization options
Signature:
export declare interface AuthorizeOptions
Properties
Property | Type | Description |
---|---|---|
loginHint | string | OIDC login hint parameter |
prompt | string | OIDC prompt parameter. |
redirectURI | string | Redirect uri. Redirection URI to which the response will be sent after authorization. |
state | string | OAuth 2.0 state value. |
uiLocales | string[] | UI locale tags |