The nonce that was presented in the request.

Hierarchy

  • AuthorizationCodeTokenProcedureContext$PresentedNonce

Properties

createdAt: number

Returns

the 'created' claim as epoch-seconds.

data: {
    audience: StringOrArray;
    authenticationAttributes: null | object;
    claims: null | object;
    clientId: null | string;
    created: number;
    expires: number;
    owner: null | string;
    purpose: "nonce";
    redirectUri: null | string;
    redirectUriProvided: null | boolean;
    scope: string;
}

Returns

a mutable map with a copy of all the nonce's properties

Type declaration

  • audience: StringOrArray
  • authenticationAttributes: null | object
  • claims: null | object
  • clientId: null | string
  • created: number
  • expires: number
  • owner: null | string
  • purpose: "nonce"
  • redirectUri: null | string
  • redirectUriProvided: null | boolean
  • scope: string
expiresAt: number

Returns

the 'expires' claim as epoch-seconds.

Methods

  • Returns

    the 'created' claim as epoch-seconds.

    Returns number

  • Returns

    a mutable map with a copy of all the nonce's properties

    Returns {
        audience: StringOrArray;
        authenticationAttributes: null | object;
        claims: null | object;
        clientId: null | string;
        created: number;
        expires: number;
        owner: null | string;
        purpose: "nonce";
        redirectUri: null | string;
        redirectUriProvided: null | boolean;
        scope: string;
    }

    • audience: StringOrArray
    • authenticationAttributes: null | object
    • claims: null | object
    • clientId: null | string
    • created: number
    • expires: number
    • owner: null | string
    • purpose: "nonce"
    • redirectUri: null | string
    • redirectUriProvided: null | boolean
    • scope: string
  • Returns

    the 'expires' claim as epoch-seconds.

    Returns number

New Documentation Site Available!


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