public final class Base64JwtDecoder extends Object
| Constructor and Description |
|---|
Base64JwtDecoder()
Deprecated.
in favor of the
method and will become
private with version 3.0.0 |
| Modifier and Type | Method and Description |
|---|---|
DecodedJwt |
decode(String jwt)
Decodes the Json Web token (jwt).
|
static Base64JwtDecoder |
getInstance() |
@Deprecated public Base64JwtDecoder()
method and will become
private with version 3.0.0public static Base64JwtDecoder getInstance()
public DecodedJwt decode(String jwt)
jwt - the access tokenCopyright © 2022. All rights reserved.