AccountsAuthInfoResponse constructor

AccountsAuthInfoResponse({
  1. List<AccountIdentifier>? accountIdentifiers,
  2. String? kind,
})

Implementation

AccountsAuthInfoResponse({this.accountIdentifiers, this.kind});