Skip to main content
GET
/
.well-known
/
oauth-protected-resource
Error
A valid request URL is required to generate request examples
{
  "resource": "<string>",
  "authorization_servers": [
    "<string>"
  ],
  "bearer_methods_supported": [
    "<string>"
  ],
  "scopes_supported": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Protected resource metadata

resource
string
required
authorization_servers
string[]
required
bearer_methods_supported
string[]
required
scopes_supported
string[]
required