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

    Interface FlashCallVerificationReportResponse

    interface FlashCallVerificationReportResponse {
        callComplete?: boolean;
        id?: string;
        identity?: Identity;
        method?: "flashcall";
        reason?: string;
        reference?: string;
        source?: SourceEnum;
        status?: string;
    }
    Index

    Properties

    callComplete?: boolean

    Shows whether the call is complete or not.

    id?: string

    The unique ID of the verification request.

    identity?: Identity

    Identity

    method?: "flashcall"

    The method of the verification request. This will always be flashcall.

    reason?: string

    Displays the reason why a verification has FAILED, was DENIED, or was ABORTED.

    reference?: string

    The reference ID that was optionally passed together with the verification request.

    source?: SourceEnum

    Free text that the client is sending, used to show if the call/SMS was intercepted or not.

    status?: string

    The status of the verification request.