mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-26 16:52:04 +05:30
Fixing a mistake with a double word
This commit is contained in:
parent
0da1aefad3
commit
342108e0ec
@ -10,7 +10,7 @@ permalink: /scope-repository-interface/
|
||||
|
||||
This method is called to validate a scope.
|
||||
|
||||
If the scope is valid validated you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ScopeEntityInterface`
|
||||
If the scope is valid you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ScopeEntityInterface`
|
||||
|
||||
## finalizeScopes() : ScopeEntityInterface[]
|
||||
|
||||
@ -20,4 +20,4 @@ Given a client, grant type and optional user identifier validate the set of scop
|
||||
|
||||
This method is useful for integrating with your own app's permissions system.
|
||||
|
||||
You must return an array of `ScopeEntityInterface` instances; either the original scopes or an updated set.
|
||||
You must return an array of `ScopeEntityInterface` instances; either the original scopes or an updated set.
|
||||
|
Loading…
Reference in New Issue
Block a user