Skip to content

AllowAnyAuth

[Source]

The client accepts any authentication method the server offers, including no authentication. Use this to connect to servers configured with MD5, cleartext, or trust authentication. Opt-in only — the default (AuthRequireSCRAM) rejects these weaker methods.

primitive val AllowAnyAuth

Constructors

create

[Source]

new val create()
: AllowAnyAuth val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: AllowAnyAuth val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: AllowAnyAuth val)
: Bool val

Parameters

Returns