| Interface | Description |
|---|---|
| DecodedJwt |
A Jwt token consists of three parts, separated by ".":
header.payload.signature
Use
Base64JwtDecoder.getInstance().decode(token) to get a DecodedJwt instance. |
| Class | Description |
|---|---|
| Base64JwtDecoder |
Copyright © 2020. All rights reserved.