io.github.edadma.apion.JWT.Header
See theHeader companion object
JWT Header containing algorithm and token type. Currently only supports HS256 algorithm.
Value parameters
- alg
-
Algorithm used for signing (HS256 = HMAC-SHA256)
- typ
-
Token type, always "JWT"
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article