class JWT
JWT and JWS implementation draft-ietf-oauth-json-web-token-32.
Author
Paulo Lopes
JWT() |
fun addJWK(jwk: JWK): JWT
Adds a JSON Web Key (rfc7517) to the crypto map. |
|
fun availableAlgorithms(): MutableCollection<String> |
|
fun decode(token: String): JsonObject |
|
fun isExpired(jwt: JsonObject, options: JWTOptions): Boolean |
|
fun isUnsecure(): Boolean |
|
fun sign(payload: JsonObject, options: JWTOptions): String |