AuthenticationExtensionsPRFValues constructor

AuthenticationExtensionsPRFValues({
  1. required BufferSource first,
  2. BufferSource second,
})

Implementation

external factory AuthenticationExtensionsPRFValues({
  required BufferSource first,
  BufferSource second,
});