subject property

String? subject

Identifies the principal that is the subject of the JWT.

The claims in a JWT are normally statements about the subject.

The subject value MUST either be scoped to be locally unique in the context of the issuer or be globally unique.

Implementation

String? get subject => this['sub'];