SkipLoginDisposition

public enum SkipLoginDisposition

The skip disposition tells the login flow how you want to handle the user pressing the skip button

  • Carry on, the flow will be dismissed

    Declaration

    Swift

    case `continue`
  • This will do nothing

    Declaration

    Swift

    case ignore