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

    Interface StartPhoneCallVerificationResponse

    interface StartPhoneCallVerificationResponse {
        _links?: LinksObject[];
        id?: string;
        method?: "callout";
    }
    Index

    Properties

    Properties

    _links?: LinksObject[]

    LinksObject

    id?: string

    Verification identifier used to query for status.

    method?: "callout"

    The value of the method used for the Verification. For Phone Call Verifications, this will always be callout.