Options
All
  • Public
  • Public/Protected
  • All
Menu

Module useGoogleUser

Index

Type aliases

Functions

Type aliases

GoogleUserValue

GoogleUserValue: { currentUser: gapi.auth2.GoogleUser | null; error: Error | null }

Type declaration

  • currentUser: gapi.auth2.GoogleUser | null

    A GoogleUser object represents one user account.

  • error: Error | null

    Any error from loading the GoogleUser object

Functions

Const useGoogleUser

Generated using TypeDoc