GoogleAuth
is a singleton class that provides methods to allow the user
to sign in with a Google account, get the user's current sign-in status,
get specific data from the user's Google profile, request additional scopes,
and sign out from the current account.
Returns whether the current user is currently signed in.
A declarative wrapper around the GoogleAuth
object described here https://developers.google.com/identity/sign-in/web/reference#authentication.
This hook manages loading the GoogleAuth
object (by calling gapi.auth2.init
).
This hook also listens for changes to the signedIn state and updates the return value.
Generated using TypeDoc
Any error from loading the
GoogleAuth
object