WebAuthentication constructor
WebAuthentication(
- Account _account,
- UserAgent _userAgent,
- String? _scheme,
- CredentialsManager? _credentialsManager,
Implementation
WebAuthentication(
this._account, this._userAgent, this._scheme, this._credentialsManager);