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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product