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

    Interface StartFlashCallVerificationResponse

    interface StartFlashCallVerificationResponse {
        _links?: LinksObject[];
        flashCall?: FlashCallContent;
        id?: string;
        method?: "flashcall";
    }
    Index

    Properties

    _links?: LinksObject[]

    LinksObject

    flashCall?: FlashCallContent

    The response contains the cliFilter and interceptionTimeout properties.

    id?: string

    Verification identifier used to query for status.

    method?: "flashcall"

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