CDP Frontend SDK
    Preparing search index...

    Type Alias SmsAuthentication

    The SMS authentication method.

    type SmsAuthentication = {
        type: "sms";
        phoneNumber: string;
    }
    Index

    Properties

    Properties

    type: "sms"

    The type of authentication method.

    phoneNumber: string

    The phone number of the end user in E.164 format.