expo-auth-session
Version:
Expo module for browser-based authentication
14 lines • 529 B
TypeScript
export * from './AuthRequest';
export * from './AuthRequestHooks';
export * from './AuthSession';
export * from './Errors';
export * from './Fetch';
export * from './Discovery';
export * from './TokenRequest';
export * from './AuthRequest.types';
export * from './AuthSession.types';
export * from './TokenRequest.types';
export * from './providers/Provider.types';
export { GoogleAuthRequestConfig } from './providers/Google';
export { FacebookAuthRequestConfig } from './providers/Facebook';
//# sourceMappingURL=index.d.ts.map