Overview
/
Developer Tools
/
API Reference
/
Oauth2
/
Listen for callbacks for the OAuth 2.0 provider.

Listen for callbacks for the OAuth 2.0 provider
hidden

Path parameters

  • /{provider}

    "apple"+7
    • //The Apple account provider.
      "apple"
    • //The Discord account provider.
      "discord"
    • //The Google account provider.
      "google"
    • //The ZooCorp account provider (aka https://auth.corp.zoo.dev).
      "zoo_corp"
    • //The GitHub account provider.
      "github"
    • //The Microsoft account provider.
      "microsoft"
    • //The SAML account provider.
      "saml"
    • //Test provider for integration tests (only available during testing).
      "test_provider"
    //

Query string parameters

  • ?code=

    string
    //
  • &state=

    string
    //
  • &id_token=

    string
    //
  • &user=

    string
    //

Response

Examples

get
/oauth2/provider/{provider}/callback