subject property

String subject

Implementation

String get subject =>
    token.sub ??
    (throw ApiRequestException.unauthorized('Invalid authorization.'));