MCPcopy Create free account
hub / github.com/auth0/JWTDecode.Android / getExpiresAt

Method getExpiresAt

lib/src/main/java/com/auth0/android/jwt/JWT.java:99–102  ·  view source on GitHub ↗

Get the value of the "exp" claim, or null if it's not available. @return the Expiration Time value or null.

()

Source from the content-addressed store, hash-verified

97 * @return the Expiration Time value or null.
98 */
99 @Nullable
100 public Date getExpiresAt() {
101 return payload.exp;
102 }
103
104 /**
105 * Get the value of the "nbf" claim, or null if it's not available.

Calls

no outgoing calls