ENUM

MethodToSendPhoneConfirmationCode

Available methods to send phone confirmation code

link GraphQL Schema definition

  • enum MethodToSendPhoneConfirmationCode {
  • # Send phone confirmation code via call
  • CALL
  • # Send phone confirmation code via sms
  • SMS
  • }