Document endpoints.oauthRegistrationEndpoint for Actor objects

Fixes #409
This commit is contained in:
Emelia Smith 2024-01-12 23:03:07 +01:00
parent b6180f6453
commit 8ea016ebcf
No known key found for this signature in database
1 changed files with 10 additions and 0 deletions

View File

@ -849,6 +849,16 @@
this endpoint specifies a URI at which a client may acquire an
access token.
</dd>
<dt id="oauthRegistrationEndpoint">oauthRegistrationEndpoint</dt>
<dd>
If OAuth 2.0 bearer tokens [[RFC6749]] [[RFC6750]] are being used
for authenticating
<a href="#client-to-server-interactions">client to server
interactions</a>,
this endpoint specifies a URI at which a client may acquire an
new pair of client credentials, which register a given client
application with the server.
</dd>
<dt id="provideClientKey">provideClientKey</dt>
<dd>
If Linked Data Signatures and HTTP Signatures are being used for