{
  "api": {
    "name": "GoogleSignInPlugin",
    "slug": "googlesigninplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "handleSignInButton",
        "signature": "() => Promise<SignInWithGoogleResponse>",
        "parameters": [],
        "returns": "Promise<SignInWithGoogleResponse>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "SignInWithGoogleResponse"
        ],
        "slug": "handlesigninbutton"
      },
      {
        "name": "signOut",
        "signature": "() => Promise<void>",
        "parameters": [],
        "returns": "Promise<void>",
        "tags": [],
        "docs": "",
        "complexTypes": [],
        "slug": "signout"
      },
      {
        "name": "restorePreviousSignIn",
        "signature": "() => Promise<void>",
        "parameters": [],
        "returns": "Promise<void>",
        "tags": [],
        "docs": "",
        "complexTypes": [],
        "slug": "restoreprevioussignin"
      },
      {
        "name": "checkScopes",
        "signature": "(options: { scopes: string[]; }) => Promise<{ value: boolean; }>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "{ scopes: string[]; }"
          }
        ],
        "returns": "Promise<{ value: boolean; }>",
        "tags": [],
        "docs": "",
        "complexTypes": [],
        "slug": "checkscopes"
      },
      {
        "name": "requestScopes",
        "signature": "(options: { scopes: string[]; }) => Promise<{ value: boolean; }>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "{ scopes: string[]; }"
          }
        ],
        "returns": "Promise<{ value: boolean; }>",
        "tags": [],
        "docs": "",
        "complexTypes": [],
        "slug": "requestscopes"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "SignInWithGoogleResponse",
      "slug": "signinwithgoogleresponse",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "response",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "{ user: string | null; email: string | null; givenName: string | null; familyName: string | null; identityToken: string; authorizationCode: string | null; serverAuthCode: string | null; }"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}