UNPKG

js-pkce

Version:

A package that makes using the OAuth2 PKCE flow easier

7 lines (6 loc) 146 B
export default interface IAuthResponse { error: string | null; query: string | null; state: string | null; code: string | null; }