Skip to content

Case

SASLAuthenticationStepResult.succeed(response:)

Signal authentication success. If data is provided, send it. A value of nil signifies sending no response at all, whereas a value of [] signifies sending an empty response, which may not be the same action depending on the underlying protocol.
case succeed(response: [UInt8]? = nil)