AuthenticationUserIdentifier constructor

AuthenticationUserIdentifier({
  1. required String user,
})

Implementation

AuthenticationUserIdentifier({required this.user})
    : super(type: AuthenticationIdentifierTypes.userId);