{
  "api": {
    "name": "SignInWithApplePlugin",
    "slug": "signinwithappleplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "authorize",
        "signature": "(options?: SignInWithAppleOptions | undefined) => Promise<SignInWithAppleResponse>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "SignInWithAppleOptions | undefined"
          }
        ],
        "returns": "Promise<SignInWithAppleResponse>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "SignInWithAppleResponse",
          "SignInWithAppleOptions"
        ],
        "slug": "authorize"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "SignInWithAppleResponse",
      "slug": "signinwithappleresponse",
      "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; }"
        }
      ]
    },
    {
      "name": "SignInWithAppleOptions",
      "slug": "signinwithappleoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "clientId",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "redirectURI",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "scopes",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string | undefined"
        },
        {
          "name": "state",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string | undefined"
        },
        {
          "name": "nonce",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string | undefined"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}