Security0SessionState

enum Security0SessionState : Int

Enum type which encapsulates different states of a session.

  • Initial state of a session.

    Declaration

    Swift

    case State0
  • State of session after first response is received.

    Declaration

    Swift

    case State1