Skip to content
TasksMate Developers

0.x — pre-release, no compatibility promise yet.What this means

GET/.well-known/oauth-protected-resource

Protected resource metadata (RFC 9728): which authorization server issues tokens for this API.

Successful Response

Media typeapplication/json
ProtectedResourceMetadata

Returned by oauth.resource_metadata.

object
resource
required
Resource
string
authorization_servers
required
Authorization Servers
Array<string>
scopes_supported
required
Scopes Supported
Array<string>
bearer_methods_supported
required
Bearer Methods Supported
Array<string>
resource_documentation
Any of:
string

Example

{
"resource": "string",
"authorization_servers": [
"string"
],
"scopes_supported": [
"string"
],
"bearer_methods_supported": [
"string"
],
"resource_documentation": "string"
}