Interface

IPhoneVerificationService

IPhoneVerificationService

Interface for Phone Number verification services Implementations should throw NotImplementedException for unsupported methods

View Source core/interfaces/verification-services/phone-verification.interface.ts, line 8

Members

boolean

# isReady

Check if the service is ready and configured

View Source core/interfaces/verification-services/phone-verification.interface.ts, line 24

Promise.<VerificationResponse.<PhoneVerificationData>>

# verifyPhoneNumber

Basic phone number verification - REQUIRED

View Source core/interfaces/verification-services/phone-verification.interface.ts, line 13

Promise.<VerificationResponse.<PhoneVerificationData>>

# verifyPhoneNumberAdvance Optional

Advanced phone number verification with carrier info - OPTIONAL

View Source core/interfaces/verification-services/phone-verification.interface.ts, line 18