Variable OAuth2RoutesConst

OAuth2Routes: {
    authorizationURL: "https://discord.com/api/v10/oauth2/authorize";
    tokenRevocationURL: "https://discord.com/api/v10/oauth2/token/revoke";
    tokenURL: "https://discord.com/api/v10/oauth2/token";
}

Type declaration

  • Readonly authorizationURL: "https://discord.com/api/v10/oauth2/authorize"
  • Readonly tokenRevocationURL: "https://discord.com/api/v10/oauth2/token/revoke"
  • Readonly tokenURL: "https://discord.com/api/v10/oauth2/token"

Generated using TypeDoc