audience property
dynamic
get
audience
Audience - identifies the recipients that the JWT is intended for
Implementation
dynamic get audience => _rawClaims[JwtClaims.audience];
Audience - identifies the recipients that the JWT is intended for
dynamic get audience => _rawClaims[JwtClaims.audience];