Skip to content

Protocol

SASLAuthenticationMechanism

The protocol to which all SASL mechanism implementations must conform. It is the responsibility of each individual implementation to provide an API for creating instances of itself which are able to retrieve information from the caller (such as usernames and passwords) by some mechanism.
protocol SASLAuthenticationMechanism

Topics

Instance Methods

Type Properties

  • static var name: String
    The IANA-registered SASL mechanism name. This may be a family prefix or a specific mechanism name. It is explicitly suitable for use in negotiation via whatever underlying application-specific protocol is in use for the purpose.

See Also

Deprecated APIs