Summary
This hook provides a way for clients to check if MFA is required for an action. The hook needs to be initialized within a child of DynamicContextProvider.Usage
Available methods:isMfaRequiredForAction
: Check if MFA is required for an action. Returns a boolean value indicating whether MFA is required for the action.