mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Allow multiple client redirect URIs. Fixes #511
This commit is contained in:
@@ -40,9 +40,11 @@ interface ClientEntityInterface
|
||||
public function setRedirectUri($redirectUri);
|
||||
|
||||
/**
|
||||
* Returns the registered redirect URI.
|
||||
* Returns the registered redirect URI (as a string).
|
||||
*
|
||||
* @return string
|
||||
* Alternatively return an indexed array of redirect URIs.
|
||||
*
|
||||
* @return string|string[]
|
||||
*/
|
||||
public function getRedirectUri();
|
||||
}
|
||||
|
Reference in New Issue
Block a user