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