Skip to main content
GET
/
.well-known
/
oauth-authorization-server
Error
A valid request URL is required to generate request examples
{
  "authorization_endpoint": "<string>",
  "code_challenge_methods_supported": [
    "<string>"
  ],
  "device_authorization_endpoint": "<string>",
  "grant_types_supported": [
    "<string>"
  ],
  "issuer": "<string>",
  "jwks_uri": "<string>",
  "protected_resources_supported": [
    "<string>"
  ],
  "registration_endpoint": "<string>",
  "resource_parameter_supported": true,
  "response_types_supported": [
    "<string>"
  ],
  "revocation_endpoint": "<string>",
  "scopes_supported": [
    "<string>"
  ],
  "token_endpoint": "<string>",
  "token_endpoint_auth_methods_supported": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

OK

authorization_endpoint
string
code_challenge_methods_supported
string[]
device_authorization_endpoint
string
grant_types_supported
string[]
issuer
string
jwks_uri
string
protected_resources_supported
string[]
registration_endpoint
string
resource_parameter_supported
boolean
response_types_supported
string[]
revocation_endpoint
string
scopes_supported
string[]
token_endpoint
string
token_endpoint_auth_methods_supported
string[]