HandleLoginCallback typedef

HandleLoginCallback = void Function(WhoIs whoIs)

Callback that returns the AuthInfo post registration

Implementation

typedef HandleLoginCallback = void Function(WhoIs whoIs);