Skip to main content
POST
Oauth Token

请求体

application/x-www-form-urlencoded
grant_type
string
必填
code
string | null
redirect_uri
string | null
client_id
string | null
code_verifier
string | null
refresh_token
string | null

响应

Successful Response

access_token
string
必填
expires_in
integer
必填
token_type
string
默认值:Bearer
refresh_token
string | null
scope
string
默认值:mcp