File tree 4 files changed +124
-131
lines changed 4 files changed +124
-131
lines changed Original file line number Diff line number Diff line change @@ -2017,9 +2017,10 @@ following options:
2017
2017
- ` scope ` - the application scope required to access the route. Value can be a scope
2018
2018
string or an array of scope strings. The authenticated credentials object ` scope `
2019
2019
property must contain at least one of the scopes defined to access the route.
2020
- You may also access properties on the request object to populate a dynamic scope
2021
- by using ` {} ` characters around the property name, such as ` 'user-{params.id}' ` .
2022
- Set to ` false ` to remove scope requirements. Defaults to no scope required.
2020
+ You may also access properties on the request object (` query ` and ` params ` } to populate a
2021
+ dynamic scope by using `{}` characters around the property name, such as
2022
+ `'user-{params.id}'`. Set to `false` to remove scope requirements. Defaults to no scope
2023
+ required.
2023
2024
- `entity` - the required authenticated entity type. If set, must match the `entity`
2024
2025
value of the authentication credentials. Available values:
2025
2026
- `any` - the authentication can be on behalf of a user or application. This is the
You can’t perform that action at this time.
0 commit comments