public interface DecodedJwt
Base64JwtDecoder.getInstance().decode(token) to get a
DecodedJwt instance.| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedToken()
Get the original encoded access token.
|
String |
getHeader()
Get the base64 decoded header of the jwt as UTF-8 String.
|
String |
getPayload()
Get the base64 decoded payload of the jwt as UTF-8 String.
|
String |
getSignature()
Get the encoded signature of the jwt.
|
String getHeader()
String getPayload()
String getSignature()
String getEncodedToken()
Never expose this token via log or via HTTP.
Copyright © 2020. All rights reserved.