UNPKG

react-oauth2-code-pkce

Version:

Provider agnostic react package for OAuth2 Authorization Code flow with PKCE

3 lines (2 loc) 101 B
import type { IAuthContext } from './types'; export declare function useAuthContext(): IAuthContext;