WebAuthentication constructor

WebAuthentication(
  1. Account _account,
  2. UserAgent _userAgent,
  3. String? _scheme,
  4. CredentialsManager? _credentialsManager,
)

Implementation

WebAuthentication(
    this._account, this._userAgent, this._scheme, this._credentialsManager);