UNPKG

js-pkce

Version:

A package that makes using the OAuth2 PKCE flow easier

5 lines (4 loc) 156 B
export default interface ICorsOptions { credentials?: 'omit' | 'same-origin' | 'include'; mode?: 'cors' | 'no-cors' | 'same-origin' | 'navigate'; }