Sasl

class Sasl

Details for client authentication using SASL.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iam: Iam?

Indicates whether IAM access control is enabled.

Link copied to clipboard
val scram: Scram?

Details for SASL/SCRAM client authentication.

Functions

Link copied to clipboard
inline fun copy(block: Sasl.Builder.() -> Unit = {}): Sasl
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String