extra property

Map<String, List<String>>? extra
final

Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here.

Implementation

final Map<String, List<String>>? extra;