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.
()
| 53 | * @return the value as a String or null. |
| 54 | */ |
| 55 | @Nullable |
| 56 | String asString(); |
| 57 | |
| 58 | /** |
no outgoing calls