AuthenticationPublicKeyCredential constructor

AuthenticationPublicKeyCredential(
  1. String id,
  2. Uint8List rawId,
  3. String type,
  4. AuthenticatorAssertionResponse response,
)

Implementation

AuthenticationPublicKeyCredential(
  this.id,
  this.rawId,
  this.type,
  this.response
);