Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/views/docs/auth.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
'example' => 'client_credentials',
],
'scope' => [
'description' => 'Must be `public`; other scopes have no meaningful effect.',
'description' => 'A space-delimited string of [scopes](#scopes). Only `public` and scopes that allow [delegation](#client-credentials-delegation) are supported.',
'name' => 'scope',
'required' => true,
'type' => 'string',
Expand Down Expand Up @@ -478,7 +478,7 @@

<p>
Client Credentials Grant tokens may be allowed to act on behalf of the owner of the OAuth client (delegation) by requesting the {{ ApidocRouteHelper::scopeBadge('delegate') }} scope, in addition to other scopes supporting delegation.
When using delegation, scopes that support delegation cannot be used together with scopes that do not support delegation.
When using the Client Credentials grant with scopes that support delegation, all requested scopes must support delegation.
Delegation is only available to <a href="{{ $wikiUrl }}">Chat Bot</a>s.
</p>

Expand Down