React Component that provides the context for the
useUserMeetsMfaRequirement() hook and <MultiFactorAuthentication />
component, to be used by components further down your component tree. It
should only be included in your component tree once and ideally at the root
of the application.
React Component that provides the context for the
useUserMeetsMfaRequirement()
hook and<MultiFactorAuthentication />
component, to be used by components further down your component tree. It should only be included in your component tree once and ideally at the root of the application.Example