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

    Interface SmsProperties

    interface SmsProperties {
        acceptLanguage?: string[];
        code?: string;
        codeType?: string;
        expiry?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    acceptLanguage?: string[]

    List of strings

    code?: string

    The SMS OTP that should be used. By default, the Sinch dashboard will automatically generate OTP codes for SMS verification. If you want to set your own OTP, you can specify it in the response to the Verification Request Event.

    codeType?: string

    Accepted values for the type of code to be generated are Numeric, Alpha, and Alphanumeric. Default is Numeric.

    expiry?: string

    The expiration time for a verification process is represented in the format HH:MM:SS.