AuthenticationMessage

internal sealed interface AuthenticationMessage : BackendMessage

Authentication response sent by the server (Tag 'R').

Inheritors

Types

Link copied to clipboard

Indicates that the server requires a clear-text password.

Link copied to clipboard

Indicates that the server requires an MD5-encrypted password.

Link copied to clipboard

Indicates that the authentication was successful.

Link copied to clipboard
class SASL(val mechanisms: List<String>) : AuthenticationMessage

Indicates that the server requires SASL authentication.

Link copied to clipboard

Contains the next step of SASL authentication data from the server.

Link copied to clipboard

Contains the final step of SASL authentication data from the server.