oidc-react / withAuth
▸ withAuth<P>(Component
: React.ComponentType<P>): React.ComponentType<Omit<P, keyof AuthContextProps>>
A public higher-order component to access the imperative API
Name | Type |
---|---|
P |
AuthContextProps |
Name | Type |
---|---|
Component |
React.ComponentType<P> |
Returns: React.ComponentType<Omit<P, keyof AuthContextProps>>
Defined in: src/withAuth.tsx:8