Your application components
OptionalformsKeyToken?: stringA Forms Key token being used to make requests to the OneBlink API on behalf of the user
OptionaluserToken?: stringAn encrypted user token that will be used included in the submission on behalf of the user
<AuthContextProvider />is a React Component that provides the context for theuseAuth()hook 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