package amqp-client-async

  1. Overview
  2. Docs

Module Connection.SecureSource

The SASL protocol works by exchanging challenges and responses until both peers have received sufficient information to authenticate each other. This method challenges the client to provide more information.

Sourcetype t = {
  1. challenge : Amqp_client_lib.Types.longstr;
    (*

    Challenge information, a block of opaque binary data passed to the security mechanism.

    *)
}
Sourceval init : challenge:Amqp_client_lib.Types.longstr -> unit -> t
OCaml

Innovation. Community. Security.