AuthenticationExtensionsSupplementalPubKeysInputs constructor

AuthenticationExtensionsSupplementalPubKeysInputs({
  1. required JSArray<JSString> scopes,
  2. String attestation,
  3. JSArray<JSString> attestationFormats,
})

Implementation

external factory AuthenticationExtensionsSupplementalPubKeysInputs({
  required JSArray<JSString> scopes,
  String attestation,
  JSArray<JSString> attestationFormats,
});