File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2204,8 +2204,8 @@ following options:
2204
2204
scope string begins with a ` + ` character, that scope is required. If a scope string
2205
2205
begins with a ` ! ` character, that scope is forbidden. For example, the scope
2206
2206
` ['!a', '+b', 'c', 'd'] ` means the incoming request credentials' scope must not include
2207
- 'a', must include 'b', and must include on of 'c' or 'd'. You may also access
2208
- properties on the request object (` query ` and ` params ` } to populate a dynamic scope
2207
+ 'a', must include 'b', and must include one of 'c' or 'd'. You may also access
2208
+ properties on the request object (` query ` and ` params ` ) to populate a dynamic scope
2209
2209
by using ` {} ` characters around the property name, such as ` 'user-{params.id}' ` .
2210
2210
Defaults to ` false ` (no scope requirements).
2211
2211
- ` entity ` - the required authenticated entity type. If set, must match the ` entity `
You can’t perform that action at this time.
0 commit comments