Interface SendTwoFactorLoginSmsInput

interface SendTwoFactorLoginSmsInput {
    twoFactorIdentifier?: string;
    username?: string;
}

Properties

twoFactorIdentifier?: string
username?: string