You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,7 @@ The Claim class is a wrapper for the Claim values. It allows you to get the Clai
331
331
***asBoolean()**: Returns the Boolean value or null if it can't be converted.
332
332
***asInt()**: Returns the Integer value or null if it can't be converted.
333
333
***asDouble()**: Returns the Double value or null if it can't be converted.
334
+
***asLong()**: Returns the Long value or null if it can't be converted.
334
335
***asString()**: Returns the String value or null if it can't be converted.
335
336
***asDate()**: Returns the Date value or null if it can't be converted. This must be a NumericDate (Unix Epoch/Timestamp). Note that the [JWT Standard](https://tools.ietf.org/html/rfc7519#section-2) specified that all the *NumericDate* values must be in seconds.
0 commit comments