UNPKG

react-oauth2-code-pkce

Version:

Provider agnostic react package for OAuth2 Authorization Code flow with PKCE

6 lines (5 loc) 164 B
export declare class FetchError extends Error { status: number; statusText: string; constructor(status: number, statusText: string, message: string); }