AllowCredentials constructor
AllowCredentials(
- List<
PublicKeyCredentialDescriptor> webauthn, - List<
PublicKeyCredentialDescriptor> key
Implementation
AllowCredentials(
this.webauthn,
this.key,
);