MCPcopy Index your code
hub / github.com/auth0/JWTDecode.Android / asString

Method asString

lib/src/main/java/com/auth0/android/jwt/Claim.java:55–55  ·  view source on GitHub ↗

Get this Claim as a String. If the value isn't of type String or it can't be converted to a String, null will be returned. @return the value as a String or null.

()

Source from the content-addressed store, hash-verified

53 * @return the value as a String or null.
54 */
55 @Nullable
56 String asString();
57
58 /**

Callers 3

shouldGetAllClaimsMethod · 0.95
shouldGetAsStringMethod · 0.65

Implementers 2

BaseClaimlib/src/main/java/com/auth0/android/jw
ClaimImpllib/src/main/java/com/auth0/android/jw

Calls

no outgoing calls

Tested by 3

shouldGetAllClaimsMethod · 0.76
shouldGetAsStringMethod · 0.52