| Package | Description |
|---|---|
| com.atlassian.jwt | |
| com.atlassian.jwt.reader |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
JwtParser.parse(String jwt)
Parses the given jwt token and returns the decoded claims body
|
Jwt |
JwtService.verifyJwt(String jwt,
Map<String,? extends JwtClaimVerifier> claimVerifiers)
Verify an incoming JWT.
|
| Modifier and Type | Method and Description |
|---|---|
Jwt |
JwtReader.read(String jwt,
Map<String,? extends JwtClaimVerifier> requiredClaims)
Deprecated.
|
Jwt |
JwtReader.readAndVerify(String jwt,
Map<String,? extends JwtClaimVerifier> requiredClaims)
|
Jwt |
JwtReader.readUnverified(String jwt)
|
Copyright © 2023 Atlassian. All rights reserved.