Interface SetAnonymousIdentityOptions

interface SetAnonymousIdentityOptions {
    email?: string;
    name?: string;
}

Properties

Properties

email?: string

The email of the user.

name?: string

The name of the user.

Generated using TypeDoc