AuthenticationEvent constructor

AuthenticationEvent(
  1. {AuthProvider? provider,
  2. AuthType? type,
  3. String? username,
  4. String? password,
  5. String? token}
)

Implementation

AuthenticationEvent(
    {this.provider, this.type, this.username, this.password, this.token});