AuthenticationConfig

lepus.client.AuthenticationConfig
See theAuthenticationConfig companion object
final class AuthenticationConfig[F[_]](val mechanisms: NonEmptyList[SaslMechanism[F]]) extends AnyVal

SASL Mechanisms orderd by preferrence from high to low

Attributes

Companion:
object
Source:
SaslMechanism.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def get(supported: String*): Option[SaslMechanism[F]]

First supported mechanism based on preferrence

First supported mechanism based on preferrence

Attributes

Source:
SaslMechanism.scala

Concrete fields