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