claims property

The claims conveyed by the JsonWebToken

Implementation

@override
OpenIdClaims get claims => OpenIdClaims.fromJson(super.claims.toJson());