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