oidc-react • Docs
oidc-react / withAuth
withAuth<
P
>(Component
):React.ComponentType
<Omit
<P
, keyofAuthContextProps
>>
A public higher-order component to access the imperative API
• P extends AuthContextProps
• Component: ComponentType
<P
>
React.ComponentType
<Omit
<P
, keyof AuthContextProps
>>