TypeScript

Typescript...

Types

Types are exported.

import type { ITokenSSO } from '@token-public-org/token-sso-react-library';

// Use "ITokenSSO" with your own

//Ex: You want to store user details in state and you need to type.
const [user,setUser] = useState<ITokenSSO.TSSOProvider.ISSOUserDetails>({}) ;

References

ISSOUserDetails

ILoginProps

ILogoutProps

IProviderProps

Last updated