Add RegisteredPeerManager and related classes/tests

This commit is contained in:
netkas 2024-10-25 13:37:35 -04:00
parent deaa6b1d20
commit d73a3e5457
4 changed files with 591 additions and 0 deletions

View file

@ -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';
/**