Classes
Type Definitions
Object
# FlowResult
Properties:
| Name | Type | Description |
|---|---|---|
idToken |
string
|
The raw OIDC ID token returned by the authorization server. |
refreshToken |
string
|
undefined
|
The refresh token, if the IdP issued one. |
user |
Object
|
Decoded payload of the ID token (claims such as |
Object
# ServiceKey
Properties:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
client_id |
string
|
OAuth 2.0 client identifier. |
||
client_secret |
string
|
OAuth 2.0 client secret. |
||
token_uri |
string
|
Token endpoint URL (e.g. |
||
auth_uri |
string
|
<optional> |
Authorization endpoint URL, required for |
|
jwks_uri |
string
|
<optional> |
JWKS endpoint URL, required for |
|
issuer |
string
|
<optional> |
Expected issuer claim, required for |
|
cloud_stack |
string
|
<optional> |
Override the base domain used to resolve service URLs
(e.g. |
|
ssl |
boolean
|
<optional> |
true | Set to |