Options
All
  • Public
  • Public/Protected
  • All
Menu

Module useAuthorize

Index

Type aliases

Functions

Type aliases

AuthorizeValue

AuthorizeValue: { authorizeResponse: gapi.auth2.AuthorizeResponse | null; error: Error | null }

Type declaration

  • authorizeResponse: gapi.auth2.AuthorizeResponse | null

    The response returned to the callback of the gapi.auth2.authorize method.

  • error: Error | null

    Any error from running gapi.auth2.authorize

Functions

Const useAuthorize

Generated using TypeDoc