Interface TwoFactorCheckTrustedNotificationStatusInput

interface TwoFactorCheckTrustedNotificationStatusInput {
    pollingNonce?: string;
    twoFactorIdentifier?: string;
    username?: string;
}

Properties

pollingNonce?: string
twoFactorIdentifier?: string
username?: string