xAuthMode

public enum xAuthMode: UInt

XAuth mode for OAuth requests.

  • None.

    Declaration

    Swift

    case None = 0
  • Client authentication based on Username, Password.

    Declaration

    Swift

    case ClientAuth = 1