Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface StartSmsVerificationResponse

    interface StartSmsVerificationResponse {
        _links?: LinksObject[];
        id?: string;
        method?: "sms";
        sms?: SmsContent;
    }
    Index

    Properties

    Properties

    _links?: LinksObject[]

    LinksObject

    id?: string

    Verification identifier used to query for status.

    method?: "sms"

    The value of the method used for the Verification. For SMS Verifications, this will always be sms.

    sms?: SmsContent

    The response contains the template of the SMS to be expected and intercepted.