| Package | Description |
|---|---|
| com.auth0.jwt.impl | |
| com.auth0.jwt.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
NullClaim
The
NullClaim class is a Claim implementation that returns null when any of it's methods it's called. |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Payload.getClaim(String name)
Get a Claim given it's name.
|
Claim |
Header.getHeaderClaim(String name)
Get a Private Claim given it's name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Claim> |
Payload.getClaims()
Get the Claims defined in the Token.
|
Copyright © 2017. All rights reserved.