Package io.jans.as.model.jwt
Class DPoPJwtPayloadParam
- java.lang.Object
-
- io.jans.as.model.jwt.DPoPJwtPayloadParam
-
public final class DPoPJwtPayloadParam extends Object
- Version:
- September 30, 2021
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static StringATHHash of the access token.static StringHTMThe HTTP method for the request to which the JWT is attached.static StringHTUThe HTTP URI used for the request, without query and fragment parts.static StringIATTime at which the JWT was created.static StringJTIUnique identifier for the DPoP proof JWT.static StringNONCENonce
-
-
-
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
-
HTM
public static final String HTM
The HTTP method for the request to which the JWT is attached.- 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
-
NONCE
public static final String NONCE
Nonce- See Also:
- Constant Field Values
-
IAT
public static final String IAT
Time at which the JWT was created.- 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
-
-