Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface representing the successful return response for the verify() and verifyAndLogin() calls.

Note: A successful Verify response doesn't confirm if the phone number has been verified. You still need to make the Server API call to confirm the result of the verification.

Hierarchy

  • VerifyResponse

Index

Properties

Properties

phoneId

phoneId: null | string

A phone ID generated for the phone number and used to check that the number was successfully verified by Snapchat.

verifyId

verifyId: null | string

A verify ID generated for the verify request and used with the phoneId to check if the phone number was successfully verified by Snapchat.

Generated using TypeDoc