mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Added urlUserInfo() method
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
This commit is contained in:
parent
92ace5c6e5
commit
af83b1e80e
@ -40,6 +40,8 @@ class IDP {
|
||||
|
||||
abstract public function urlAccessToken();
|
||||
|
||||
abstract public function urlUserInfo();
|
||||
|
||||
public function authorize($options = array())
|
||||
{
|
||||
$state = md5(uniqid(rand(), TRUE));
|
||||
|
Loading…
Reference in New Issue
Block a user