Class DPoPJwtPayloadParam


  • public final class DPoPJwtPayloadParam
    extends Object
    Version:
    September 30, 2021
    Author:
    Javier Rojas Blum
    • Field Detail

      • JTI

        public static final String JTI
        Unique identifier for the DPoP proof JWT. The value must be assigned such that there is a negligible probability that the same value will be assigned to any other DPoP proof used in the same context during the time window of validity.
        See Also:
        Constant Field Values
      • HTU

        public static final String HTU
        The HTTP URI used for the request, without query and fragment parts.
        See Also:
        Constant Field Values
      • ATH

        public static final String ATH
        Hash of the access token. Required when the DPoP proof is used in conjunction with the presentation of an access token.
        See Also:
        Constant Field Values