Get the value of the "aud" claim, or null if it's not available. @return the Audience value or null.
()
| 30 | * @return the Audience value or null. |
| 31 | */ |
| 32 | List<String> getAudience(); |
| 33 | |
| 34 | /** |
| 35 | * Get the value of the "exp" claim, or null if it's not available. |
no outgoing calls