JWTConfiguration
play.api.http.JWTConfiguration
case class JWTConfiguration(signatureAlgorithm: String, expiresAfter: Option[FiniteDuration], clockSkew: FiniteDuration, dataClaim: String)
The JSON Web Token configuration
Value parameters
- clockSkew
-
The amount of clock skew to permit for expiration / not before checks
- dataClaim
-
The claim key corresponding to the data map passed in by the user
- expiresAfter
-
The period of time after which the JWT expires, if any.
- signatureAlgorithm
-
The signature algorithm used to sign the JWT
Attributes
- Graph
-
- Supertypes
Members list
In this article