extraClaims property

Map<String, dynamic>? get extraClaims

Get the extra claims associated with this authentication info.

If the AuthenticationInfo was not created by the serverpod_auth_jwt module, this returns null.

Implementation

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