audience property

dynamic get audience

Audience - identifies the recipients that the JWT is intended for

Implementation

dynamic get audience => _rawClaims[JwtClaims.audience];