A map with all the custom claims in the underlying JWT. It includes any claims whose values aren't already exposed by other accessors or authorization functions.
Map<String, dynamic> get claims => _sessionToken.customClaims;