AuthenticationPublicKeyCredential constructor
AuthenticationPublicKeyCredential(
- String id,
- Uint8List rawId,
- String type,
- AuthenticatorAssertionResponse response,
Implementation
AuthenticationPublicKeyCredential(
this.id,
this.rawId,
this.type,
this.response
);