Skip to content

Case

SASLAuthenticationStepResult.continue(response:)

More steps are needed. Assume neither success nor failure. 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 `continue`(response: [UInt8]? = nil)