Skip to main content

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint"; import ParamsDetails from "@theme/ParamsDetails"; import RequestSchema from "@theme/RequestSchema"; import StatusCodes from "@theme/StatusCodes"; import OperationTabs from "@theme/OperationTabs"; import TabItem from "@theme/TabItem"; import Heading from "@theme/Heading"; import Translate from "@docusaurus/Translate";

<Heading as={"h1"} className={"openapi__heading"} children={"OAuth consent"}

<MethodEndpoint method={"post"} path={"/auth/authorize/consent"} context={"endpoint"}

OAuth 2.0 consent endpoint - creates authorization code

<Heading id={"request"} as={"h2"} className={"openapi-tabs__heading"}

Request

<RequestSchema {...require("./oauth-consent.RequestSchema.json")}

<StatusCodes {...require("./oauth-consent.StatusCodes.json")}