Interface CreateUserOptions

Options when creating a new user.

interface CreateUserOptions {
    skipNotification?: boolean;
    temporaryPassword?: string;
}

Properties

skipNotification?: boolean

Uf true, don't send the default Cognito email notification

temporaryPassword?: string

If null, randomly generated