customClaims property

Map<String, dynamic> get customClaims

A map with all the custom claims in the JWT value. It includes any claims whose values aren't already exposed by other accessors or authorization functions.

Implementation

Map<String, dynamic> get customClaims;