Skip navigation links
A C D G I J T W 

A

asArray(Class<T>) - Method in interface com.auth0.android.jwt.Claim
Get this Claim as an Array of type T.
asBoolean() - Method in interface com.auth0.android.jwt.Claim
Get this Claim as a Boolean.
asDate() - Method in interface com.auth0.android.jwt.Claim
Get this Claim as a Date.
asDouble() - Method in interface com.auth0.android.jwt.Claim
Get this Claim as a Double.
asInt() - Method in interface com.auth0.android.jwt.Claim
Get this Claim as an Integer.
asList(Class<T>) - Method in interface com.auth0.android.jwt.Claim
Get this Claim as a List of type T.
asLong() - Method in interface com.auth0.android.jwt.Claim
Get this Claim as an Long.
asObject(Class<T>) - Method in interface com.auth0.android.jwt.Claim
Get this Claim as a Object of type T.
asString() - Method in interface com.auth0.android.jwt.Claim
Get this Claim as a String.

C

Claim - Interface in com.auth0.android.jwt
The Claim class holds the value in a generic way so that it can be recovered in many representations.
com.auth0.android.jwt - package com.auth0.android.jwt
 
CREATOR - Static variable in class com.auth0.android.jwt.JWT
 

D

DecodeException - Exception in com.auth0.android.jwt
 
describeContents() - Method in class com.auth0.android.jwt.JWT
 

G

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.

I

isExpired(long) - Method in class com.auth0.android.jwt.JWT
Validates that this JWT was issued in the past and hasn't expired yet.

J

JWT - Class in com.auth0.android.jwt
Wrapper class for values contained inside a Json Web Token (JWT).
JWT(String) - Constructor for class com.auth0.android.jwt.JWT
Decode a given string JWT token.

T

toString() - Method in class com.auth0.android.jwt.JWT
Returns the String representation of this JWT.

W

writeToParcel(Parcel, int) - Method in class com.auth0.android.jwt.JWT
 
A C D G I J T W 
Skip navigation links