claims property
The claims conveyed by the JsonWebToken
Implementation
@override
OpenIdClaims get claims => OpenIdClaims.fromJson(super.claims.toJson());
The claims conveyed by the JsonWebToken
@override
OpenIdClaims get claims => OpenIdClaims.fromJson(super.claims.toJson());