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

    Interface VerificationResultEvent

    interface VerificationResultEvent {
        custom?: string;
        event: "VerificationResultEvent";
        id: string;
        identity: Identity;
        method: VerificationResultMethod;
        reason?: string;
        reference?: string;
        source?: SourceEnum;
        status: string;
    }
    Index

    Properties

    custom?: string

    A custom string that can be provided during a verification request.

    event: "VerificationResultEvent"

    The type of the event.

    id: string

    The ID of the verification request.

    identity: Identity

    Identity

    The verification method.

    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.