audience property
The audience, presented as the aud claim in the access token, defines the intended consumer of the token.
Implementation
final String? audience;
The audience, presented as the aud claim in the access token, defines the intended consumer of the token.
final String? audience;