AuthenticationUserIdentifier constructor
AuthenticationUserIdentifier({
- required String user,
Implementation
AuthenticationUserIdentifier({required this.user})
: super(type: AuthenticationIdentifierTypes.userId);