UNPKG

whodis-react

Version:

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

7 lines (6 loc) 280 B
/** * react hook which exposes the unauthenticated claims of the users authenticatable token * * for imperative usage - see the `getAuthentication` method */ export declare const useAuthenticationClaims: () => import("whodis-client").WhodisAuthTokenClaims | null | undefined;