WebAuthnCredentialResponse constructor

WebAuthnCredentialResponse({
  1. WebAuthnCredential credential,
  2. List<WebAuthnCredential> credentials,
})

Implementation

WebAuthnCredentialResponse({this.credential, this.credentials});