[This is preliminary documentation and is subject to change.]
Provides States for SMS Device Verification
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum SmsInfoVerifiedState |
Visual Basic (Declaration) |
---|
Public Enumeration SmsInfoVerifiedState |
Visual C++ |
---|
public enum class SmsInfoVerifiedState |
Members
Member name | Description | |
---|---|---|
VERIFIED |
The SMS Device has been Verified Successfully
| |
NOTSENT |
The SMS Device Verification has not been requested.
| |
SENT |
The SMS Device Verification Code has been sent.
|