Type alias TransactionSecurityAction
TransactionSecurityAction: { block: boolean; endSession: boolean; freezeUser: boolean; notifications: TransactionSecurityNotification[]; twoFactorAuthentication: boolean; } Type declaration
block: boolean
endSession: boolean
freezeUser: boolean
twoFactorAuthentication: boolean