Struct postgres_protocol::authentication::sasl::ChannelBinding [−][src]
pub struct ChannelBinding(_);
Expand description
The channel binding configuration for a SCRAM authentication exchange.
Implementations
The server did not request channel binding.
The server requested channel binding but the client is unable to provide it.
The server requested channel binding and the client will use the tls-server-end-point
method.