Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 497 Bytes

VerifyVerificationCodeResponseData.md

File metadata and controls

23 lines (11 loc) · 497 Bytes

VerifyVerificationCodeResponseData

Properties

Name Type Description Notes
phoneNumber String +E164 formatted phone number.
responseCode ResponseCodeEnum Identifies if the verification code has been accepted or rejected.

Enum: ResponseCodeEnum

Name Value
ACCEPTED "accepted"
REJECTED "rejected"