UNPKG

universal-auth-sdk

Version:

A Universal Authentication SDK for React supporting OAuth, OpenID, SAML, and Kerberos.

4 lines (3 loc) 154 B
export declare const setToken: (token: string) => void; export declare const getToken: () => string | null; export declare const removeToken: () => void;