UNPKG

whodis-react

Version:

React hooks and components for secure, best practices authentication in seconds

13 lines (12 loc) 268 B
/** * internal use only * * exposes the directory and client uuid from context */ export declare const useAuthenticationConfig: () => { directoryUuid: string; clientUuid: string; override: { hostname?: string | undefined; } | undefined; };