Base type for all context of the oauth-token-exchange procedure.

Hierarchy

  • OAuthTokenExchangeCommonContext

Properties

actorTokenType: null | string
presentedSubjectToken: null | object

Get the presented subject token, or null if no token was presented.

requestedAudiences: any[]
requestedScopes: any[]
requestedTokenType: null | string
subjectTokenType: string
subjectTokenValue: string

Methods

  • Returns null | string

  • Get the presented actor token, or null if no token was presented.

    Parameters

    • validationStrategy: null | string

    Returns null | object

  • Get the presented subject token, or null if no token was presented.

    Returns null | object

  • Returns any[]

  • Returns any[]

  • Returns null | string

  • Returns string

  • Returns string

New Documentation Site Available!


Check out our new docs at curity.io/docs/identity-server/