AuthenticationExtensionsSupplementalPubKeysOutputs constructor

AuthenticationExtensionsSupplementalPubKeysOutputs({
  1. required JSArray<JSArrayBuffer> signatures,
})

Implementation

external factory AuthenticationExtensionsSupplementalPubKeysOutputs(
    {required JSArray<JSArrayBuffer> signatures});