Add optional code challenge check for public clients

This commit is contained in:
Andrew Millington
2018-08-12 20:06:34 +01:00
parent 5ad00b0e33
commit 972808561d
4 changed files with 142 additions and 30 deletions

View File

@@ -33,4 +33,11 @@ interface ClientEntityInterface
* @return string|string[]
*/
public function getRedirectUri();
/**
* Returns true if the client is confidential.
*
* @return bool
*/
public function isConfidential();
}