AuthenticationExtensionsPRFValues constructor

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

Implementation

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