OAuthAction

public enum OAuthAction : String, Codable

The set of available OAuth action types.

Cases

  • The next action should be to sign in.

    Declaration

    Swift

    case signIn = "signIn"
  • The next action should be to setup the account.

    Declaration

    Swift

    case setupAccount = "setupAccount"