UserNameBasedAuthentication constructor
const
UserNameBasedAuthentication(
- String userName,
- Authentication authentication
Creates a new user name based auth
Implementation
const UserNameBasedAuthentication(this.userName, super.authentication);