Interface ITotpStatus

interface ITotpStatus {
    isActive: boolean;
    isForced: boolean;
}

Properties

Properties

isActive: boolean
isForced: boolean