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

    Interface LinksObject

    Available methods and actions which can be done after a successful Verification

    interface LinksObject {
        href?: string;
        method?: string;
        rel?: string;
    }
    Index

    Properties

    Properties

    href?: string

    The complete URL to perform the specified action, localized to the DataCenter which handled the original Verification request.

    method?: string

    The HTTP method to use when performing the action using the linked localized URL.

    rel?: string

    The related action that can be performed on the initiated Verification.