mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Merge branch 'V5-WIP' of https://github.com/frederikbosch/oauth2-server into frederikbosch-V5-WIP
# Conflicts: # src/Entities/Interfaces/ClientEntityInterface.php
This commit is contained in:
commit
0fed56a265
@ -11,13 +11,6 @@ interface ClientEntityInterface
|
|||||||
*/
|
*/
|
||||||
public function getIdentifier();
|
public function getIdentifier();
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the client's identifier.
|
|
||||||
*
|
|
||||||
* @param $identifier
|
|
||||||
*/
|
|
||||||
public function setIdentifier($identifier);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the client's name.
|
* Get the client's name.
|
||||||
*
|
*
|
||||||
@ -25,20 +18,6 @@ interface ClientEntityInterface
|
|||||||
*/
|
*/
|
||||||
public function getName();
|
public function getName();
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the client's name.
|
|
||||||
*
|
|
||||||
* @param string $name
|
|
||||||
*/
|
|
||||||
public function setName($name);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the client's redirect uri.
|
|
||||||
*
|
|
||||||
* @param string $redirectUri
|
|
||||||
*/
|
|
||||||
public function setRedirectUri($redirectUri);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the registered redirect URI (as a string).
|
* Returns the registered redirect URI (as a string).
|
||||||
*
|
*
|
||||||
|
@ -10,11 +10,4 @@ interface ScopeEntityInterface extends \JsonSerializable
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getIdentifier();
|
public function getIdentifier();
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the scope's identifier.
|
|
||||||
*
|
|
||||||
* @param $identifier
|
|
||||||
*/
|
|
||||||
public function setIdentifier($identifier);
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user