Get the value of the "iss" claim, or null if it's not available. @return the Issuer value or null.
()
| 16 | * @return the Issuer value or null. |
| 17 | */ |
| 18 | String getIssuer(); |
| 19 | |
| 20 | /** |
| 21 | * Get the value of the "sub" claim, or null if it's not available. |
no outgoing calls