mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Add setIsConfidential to client stub for tests
This commit is contained in:
@@ -14,4 +14,9 @@ class ClientEntity implements ClientEntityInterface
|
||||
{
|
||||
$this->redirectUri = $uri;
|
||||
}
|
||||
|
||||
public function setIsConfidential()
|
||||
{
|
||||
$this->isConfidential = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user