octavius-postgresql
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
driver
/
io.github.octaviusframework.driver.message.backend
/
AuthenticationMessage
/
SASLContinue
SASLContinue
class
SASLContinue
(
val
data
:
ByteArray
)
:
AuthenticationMessage
Contains the next step of SASL authentication data from the server.
Members
Constructors
SASLContinue
Link copied to clipboard
constructor
(
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
The SASL challenge data.