- getAudience() - Method in class com.auth0.android.jwt.JWT
-
Get the value of the "aud" claim, or an empty list if it's not available.
- getClaim(String) - Method in class com.auth0.android.jwt.JWT
-
Get a Claim given it's name.
- getClaims() - Method in class com.auth0.android.jwt.JWT
-
Get all the Claims.
- getExpiresAt() - Method in class com.auth0.android.jwt.JWT
-
Get the value of the "exp" claim, or null if it's not available.
- getHeader() - Method in class com.auth0.android.jwt.JWT
-
Get the Header values from this JWT as a Map of Strings.
- getId() - Method in class com.auth0.android.jwt.JWT
-
Get the value of the "jti" claim, or null if it's not available.
- getIssuedAt() - Method in class com.auth0.android.jwt.JWT
-
Get the value of the "iat" claim, or null if it's not available.
- getIssuer() - Method in class com.auth0.android.jwt.JWT
-
Get the value of the "iss" claim, or null if it's not available.
- getNotBefore() - Method in class com.auth0.android.jwt.JWT
-
Get the value of the "nbf" claim, or null if it's not available.
- getSignature() - Method in class com.auth0.android.jwt.JWT
-
Get the Signature from this JWT as a Base64 encoded String.
- getSubject() - Method in class com.auth0.android.jwt.JWT
-
Get the value of the "sub" claim, or null if it's not available.