AuthenticationEvent class

Constructors

AuthenticationEvent({AuthProvider? provider, AuthType? type, String? username, String? password, String? token})

Properties

password → String?
final
provider AuthProvider?
final
token → String?
final
type AuthType?
final
username → String?
final