jwt-core
jwt-core
API
pdi.jwt
Jwt
Jwt
JwtAlgorithm
JwtAlgorithm
ES256
ES384
ES512
Ed25519
EdDSA
HMD5
HS224
HS256
HS384
HS512
RS256
RS384
RS512
JwtArrayUtils
JwtBase64
JwtClaim
JwtClaim
JwtCore
JwtHeader
JwtHeader
JwtOptions
JwtOptions
JwtTime
JwtUtils
pdi.jwt.algorithms
JwtAsymmetricAlgorithm
JwtECDSAAlgorithm
JwtEdDSAAlgorithm
JwtHmacAlgorithm
JwtRSAAlgorithm
JwtUnknownAlgorithm
pdi.jwt.exceptions
JwtEmptyAlgorithmException
JwtEmptySignatureException
JwtException
JwtExpirationException
JwtLengthException
JwtNonEmptyAlgorithmException
JwtNonEmptySignatureException
JwtNonNumberException
JwtNonNumberException
JwtNonStringException
JwtNonStringException
JwtNonStringSetOrStringException
JwtNonSupportedAlgorithm
JwtNonSupportedCurve
JwtNotBeforeException
JwtSignatureFormatException
JwtValidationException
jwt-core
/
pdi.jwt
/
JwtClaim
JwtClaim
pdi.jwt.JwtClaim$
See the
JwtClaim
companion class
object
JwtClaim
Attributes
Companion:
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
JwtClaim
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
apply
(
content
:
String
,
issuer
:
Option
[
String
],
subject
:
Option
[
String
],
audience
:
Option
[
Set
[
String
]],
expiration
:
Option
[
Long
],
notBefore
:
Option
[
Long
],
issuedAt
:
Option
[
Long
],
jwtId
:
Option
[
String
]):
JwtClaim