OIDCContext
Defined in: @types/oidc-provider/index.d.ts:734
Properties
Section titled “Properties”accessToken?
Section titled “accessToken?”
readonlyoptionalaccessToken?:AccessToken
Defined in: @types/oidc-provider/index.d.ts:781
account?
Section titled “account?”
readonlyoptionalaccount?:Account
Defined in: @types/oidc-provider/index.d.ts:782
readonlyacr:string
Defined in: @types/oidc-provider/index.d.ts:785
readonlyamr:string[]
Defined in: @types/oidc-provider/index.d.ts:786
readonlyoptionalbody?:UnknownObject
Defined in: @types/oidc-provider/index.d.ts:787
claims
Section titled “claims”
readonlyclaims:ClaimsParameter
Defined in: @types/oidc-provider/index.d.ts:763
client?
Section titled “client?”
readonlyoptionalclient?:Client
Defined in: @types/oidc-provider/index.d.ts:783
cookies
Section titled “cookies”
readonlycookies:object
Defined in: @types/oidc-provider/index.d.ts:738
get(
name,opts?):string|undefined
Parameters
Section titled “Parameters”string
signed?
Section titled “signed?”boolean
Returns
Section titled “Returns”string | undefined
set(
name,value,opts?):undefined
Parameters
Section titled “Parameters”string
string | null
Returns
Section titled “Returns”undefined
deviceCode?
Section titled “deviceCode?”
readonlyoptionaldeviceCode?:DeviceCode
Defined in: @types/oidc-provider/index.d.ts:780
entities
Section titled “entities”
readonlyentities:object
Defined in: @types/oidc-provider/index.d.ts:743
Index Signature
Section titled “Index Signature”[key: string]: unknown
AccessToken?
Section titled “AccessToken?”
readonlyoptionalAccessToken?:AccessToken
Account?
Section titled “Account?”
readonlyoptionalAccount?:Account
AuthorizationCode?
Section titled “AuthorizationCode?”
readonlyoptionalAuthorizationCode?:AuthorizationCode
BackchannelAuthenticationRequest?
Section titled “BackchannelAuthenticationRequest?”
readonlyoptionalBackchannelAuthenticationRequest?:BackchannelAuthenticationRequest
Client?
Section titled “Client?”
readonlyoptionalClient?:Client
ClientCredentials?
Section titled “ClientCredentials?”
readonlyoptionalClientCredentials?:ClientCredentials
DeviceCode?
Section titled “DeviceCode?”
readonlyoptionalDeviceCode?:DeviceCode
Grant?
Section titled “Grant?”
readonlyoptionalGrant?:Grant
IdTokenHint?
Section titled “IdTokenHint?”
readonlyoptionalIdTokenHint?:object
IdTokenHint.header
Section titled “IdTokenHint.header”header:
UnknownObject
IdTokenHint.payload
Section titled “IdTokenHint.payload”payload:
UnknownObject
InitialAccessToken?
Section titled “InitialAccessToken?”
readonlyoptionalInitialAccessToken?:InitialAccessToken
Interaction?
Section titled “Interaction?”
readonlyoptionalInteraction?:Interaction
PushedAuthorizationRequest?
Section titled “PushedAuthorizationRequest?”
readonlyoptionalPushedAuthorizationRequest?:PushedAuthorizationRequest
RefreshToken?
Section titled “RefreshToken?”
readonlyoptionalRefreshToken?:RefreshToken
RegistrationAccessToken?
Section titled “RegistrationAccessToken?”
readonlyoptionalRegistrationAccessToken?:RegistrationAccessToken
RotatedRefreshToken?
Section titled “RotatedRefreshToken?”
readonlyoptionalRotatedRefreshToken?:RefreshToken
RotatedRegistrationAccessToken?
Section titled “RotatedRegistrationAccessToken?”
readonlyoptionalRotatedRegistrationAccessToken?:RegistrationAccessToken
Session?
Section titled “Session?”
readonlyoptionalSession?:Session
issuer
Section titled “issuer”
readonlyissuer:string
Defined in: @types/oidc-provider/index.d.ts:764
params?
Section titled “params?”
readonlyoptionalparams?:UnknownObject
Defined in: @types/oidc-provider/index.d.ts:788
prompts
Section titled “prompts”
readonlyprompts:Set<string>
Defined in: @types/oidc-provider/index.d.ts:774
provider
Section titled “provider”
readonlyprovider:Provider
Defined in: @types/oidc-provider/index.d.ts:765
redirectUriCheckPerformed?
Section titled “redirectUriCheckPerformed?”
readonlyoptionalredirectUriCheckPerformed?:boolean
Defined in: @types/oidc-provider/index.d.ts:777
registrationAccessToken?
Section titled “registrationAccessToken?”
readonlyoptionalregistrationAccessToken?:RegistrationAccessToken
Defined in: @types/oidc-provider/index.d.ts:779
requestParamClaims
Section titled “requestParamClaims”
readonlyrequestParamClaims:Set<string>
Defined in: @types/oidc-provider/index.d.ts:772
requestParamScopes
Section titled “requestParamScopes”
readonlyrequestParamScopes:Set<string>
Defined in: @types/oidc-provider/index.d.ts:773
resourceServers?
Section titled “resourceServers?”
readonlyoptionalresourceServers?:object
Defined in: @types/oidc-provider/index.d.ts:766
Index Signature
Section titled “Index Signature”[key: string]: ResourceServer
result?
Section titled “result?”
readonlyoptionalresult?:InteractionResults
Defined in: @types/oidc-provider/index.d.ts:775
readonlyroute:string
Defined in: @types/oidc-provider/index.d.ts:736
session?
Section titled “session?”
readonlyoptionalsession?:Session
Defined in: @types/oidc-provider/index.d.ts:784
trusted?
Section titled “trusted?”
readonlyoptionaltrusted?:string[]
Defined in: @types/oidc-provider/index.d.ts:778
Methods
Section titled “Methods”clientJwtAuthExpectedAudience()
Section titled “clientJwtAuthExpectedAudience()”clientJwtAuthExpectedAudience():
Set<string>
Defined in: @types/oidc-provider/index.d.ts:792
Returns
Section titled “Returns”Set<string>
entity()
Section titled “entity()”entity(
key,value):void
Defined in: @types/oidc-provider/index.d.ts:768
Parameters
Section titled “Parameters”string
any
Returns
Section titled “Returns”void
getAccessToken()
Section titled “getAccessToken()”getAccessToken(
opts?):string
Defined in: @types/oidc-provider/index.d.ts:790
Parameters
Section titled “Parameters”acceptDPoP?
Section titled “acceptDPoP?”boolean
acceptQueryParam?
Section titled “acceptQueryParam?”boolean
Returns
Section titled “Returns”string
promptPending()
Section titled “promptPending()”promptPending(
name):boolean
Defined in: @types/oidc-provider/index.d.ts:770
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean