public interface JwtParser
| Modifier and Type | Method and Description |
|---|---|
Jwt |
parse(String jwt)
Parses the given jwt token and returns the decoded claims body
|
@Nonnull Jwt parse(String jwt) throws JwtParseException
jwt - the jwt token to parseJwtParseException - if there is a problem parsing the tokenCopyright © 2023 Atlassian. All rights reserved.