Add RegisteredPeerManager and related classes/tests
This commit is contained in:
parent
deaa6b1d20
commit
d73a3e5457
4 changed files with 591 additions and 0 deletions
|
@ -14,6 +14,10 @@ enum PeerFlags : string
|
|||
// Verification Flags
|
||||
case VER_SET_PASSWORD = 'VER_SET_PASSWORD';
|
||||
case VER_SET_OTP = 'VER_SET_OTP';
|
||||
case VER_SET_DISPLAY_NAME = 'VER_SET_DISPLAY_NAME';
|
||||
case VER_EMAIL = 'VER_EMAIL';
|
||||
case VER_SMS = 'VER_SMS';
|
||||
case VER_PHONE_CALL = 'VER_PHONE_CALL';
|
||||
case VER_SOLVE_IMAGE_CAPTCHA = 'VER_SOLVE_IMAGE_CAPTCHA';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue