oxygen.crypto.model.JWT
See theJWT companion class
object JWT
Attributes
Members list
Type members
Classlikes
final case class StandardPayload[P](tokenId: UUID, issuedAt: Instant, expiresAt: Instant, payload: P)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Types
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Accepts format(s):
Accepts format(s):
- "Bearer headerBase64.payloadBase64.signatureBase64"
Attributes
Accepts format(s):
Accepts format(s):
- "Bearer headerBase64.payloadBase64.signatureBase64"
- "headerBase64.payloadBase64.signatureBase64"
Attributes
Accepts format(s):
Accepts format(s):
- "headerBase64.payloadBase64.signatureBase64"
Attributes
In this article