UNPKG

react-gapi-auth2

Version:

React bindings for gapi.auth2 (Google's OAuth 2.0 JavaScript client)

6 lines (5 loc) 162 B
export * from "./GApiProvider"; export * from "./useGoogleAuth"; export * from "./useGoogleUser"; export * from "./useAuthorize"; export * from "./SignInButton";