Get the value of the "sub" claim, or null if it's not available. @return the Subject value or null.
()
| 23 | * @return the Subject value or null. |
| 24 | */ |
| 25 | String getSubject(); |
| 26 | |
| 27 | /** |
| 28 | * Get the value of the "aud" claim, or null if it's not available. |
no outgoing calls