Skip to content

ServerVerificationFailed

[Source]

SCRAM authentication did not verify the server.

Either the server's signature did not match the expected value, or the verification could not be carried out at all — the server sent a salt or an iteration count that could not be used, or the SCRAM computation failed.

A signature mismatch may indicate a man-in-the-middle attack or a misconfigured server.

primitive val ServerVerificationFailed

Constructors

create

[Source]

new val create()
: ServerVerificationFailed val^

Returns


Public Functions

eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns