OtpAuthenticationOperation

public enum OtpAuthenticationOperation : Equatable

A value representing an operation related to the one-time password SMS authentication.

Cases

  • Indicates that the current user is waiting for a one-time password for the log in operation.

    Declaration

    Swift

    case logIn
  • Indicates that the current user is waiting for a one-time password for the sign up operation..

    Declaration

    Swift

    case signUp