Get the extra claims associated with this authentication info.
If the AuthenticationInfo was not created by the serverpod_auth_jwt module, this returns null.
AuthenticationInfo
serverpod_auth_jwt
Map<String, dynamic>? get extraClaims { return _extraClaims[this]; }