Readonlyacr_values
acr_values: string | undefined
Readonlyauthority
authority: string
Readonlyclient_authentication
client_authentication:
| "client_secret_post"
| "client_secret_basic"
| "client_secret_jwt"
Readonlyclient_id
client_id: string
Readonlyclient_secret
client_secret: string | undefined
ReadonlydisablePKCE
disablePKCE: boolean
Readonlydisplay
display: string | undefined
Readonlydpop
dpop: DPoPSettings | undefined
extraQueryParams: Record<string, string | number | boolean>
extraTokenParams: Record<string, unknown>
ReadonlyfetchRequestCredentials
fetchRequestCredentials: RequestCredentials
ReadonlyfilterProtocolClaims
filterProtocolClaims: boolean | string[]
ReadonlyloadUserInfo
loadUserInfo: boolean
Readonlymax_age
max_age: number | undefined
ReadonlymergeClaimsStrategy
mergeClaimsStrategy: { array: "replace" | "merge" }
ReadonlyomitScopeWhenRequesting
omitScopeWhenRequesting: boolean
Readonlypost_logout_redirect_uri
post_logout_redirect_uri: string | undefined
Readonlyprompt
prompt: string | undefined
Readonlyredirect_uri
redirect_uri: string
ReadonlyrefreshTokenAllowedScope
refreshTokenAllowedScope: string | undefined
ReadonlyrequestTimeoutInSeconds
requestTimeoutInSeconds: number | undefined
Readonlyresource
resource: string | string[] | undefined
Readonlyresponse_mode
response_mode: "query" | "fragment" | undefined
Readonlyresponse_type
response_type: string
Optional ReadonlyrevokeTokenAdditionalContentTypes
revokeTokenAdditionalContentTypes?: string[]
Readonlyscope
scope: string
ReadonlystaleStateAgeInSeconds
staleStateAgeInSeconds: number
Readonlytoken_endpoint_auth_signing_alg
token_endpoint_auth_signing_alg: "HS256" | "HS384" | "HS512"
Readonlyui_locales
ui_locales: string | undefined
The settings with defaults applied of the OidcClient.
See
OidcClientSettings