CDP Frontend SDK
    Preparing search index...

    Type Alias EmailAuthentication

    The email authentication method.

    type EmailAuthentication = {
        type: "email";
        email: string;
    }
    Index

    Properties

    Properties

    type: "email"

    The type of authentication method.

    email: string

    The email address of the user.