mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-15 00:02:33 +05:30
commit
879d98abfb
@ -22,7 +22,7 @@ use League\OAuth2\Server\Storage\ScopeInterface;
|
|||||||
/**
|
/**
|
||||||
* Client credentials grant class
|
* Client credentials grant class
|
||||||
*/
|
*/
|
||||||
class Implict implements GrantTypeInterface {
|
class Implicit implements GrantTypeInterface {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Grant identifier
|
* Grant identifier
|
||||||
@ -104,4 +104,4 @@ class Implict implements GrantTypeInterface {
|
|||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user