UNPKG

@rent-the-runway/rtr-react-okta-auth

Version:

React hooks library for interacting with Okta. Lock out UI and Routes based on user authentication and the okta-user-groups the user belongs to. Can also lock out UI or Routes based on Claims.

4 lines (3 loc) 107 B
import IUseWhen from './models/IUseWhen'; declare function useWhen(): IUseWhen; export default useWhen;