auth.SentCodeType

Type of the verification code that was sent

Constructors

Constructor Description
auth.sentCodeTypeApp The code was sent through the telegram app
auth.sentCodeTypeSms The code was sent via SMS
auth.sentCodeTypeCall The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.
auth.sentCodeTypeFlashCall The code will be sent via a flash phone call, that will be closed immediately. The phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern.
auth.sentCodeTypeMissedCall The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.
auth.sentCodeTypeEmailCode The code was sent via the previously configured login email »
auth.sentCodeTypeSetUpEmailRequired The user should add and verify an email address in order to login as described here ».
auth.sentCodeTypeFragmentSms The code was delivered via fragment.com.
auth.sentCodeTypeFirebaseSms An authentication code should be delivered via SMS after Firebase attestation, as described in the auth documentation ».