Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface ConnectionGatewayAuthenticationSms

    Optional token-based authentication configuration for the SMS gateway

    interface ConnectionGatewayAuthenticationSms {
        audience: string;
        method: string;
        secret: string;
        secret_base64_encoded?: boolean;
        subject?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    audience: string
    method: string
    secret: string

    The secret used to sign the JSON Web Token sent to the SMS gateway

    secret_base64_encoded?: boolean

    Set to true if the secret is base64-url-encoded

    subject?: string