extraClaims property

Map<String, dynamic> get extraClaims

Implementation

Map<String, dynamic> get extraClaims {
  return claims[_extraClaims];
}