UserNameBasedAuthentication constructor

const UserNameBasedAuthentication(
  1. String userName,
  2. Authentication authentication
)

Creates a new user name based auth

Implementation

const UserNameBasedAuthentication(this.userName, super.authentication);