mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-19 01:52:57 +05:30
Renamed Grants
This commit is contained in:
parent
97fd115530
commit
ffc25fb276
@ -28,7 +28,7 @@ use League\OAuth2\Server\Storage\ScopeInterface;
|
|||||||
/**
|
/**
|
||||||
* Auth code grant class
|
* Auth code grant class
|
||||||
*/
|
*/
|
||||||
class AuthCode extends AbstractGrant
|
class AuthCodeGrant extends AbstractGrant
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Grant identifier
|
* Grant identifier
|
@ -25,7 +25,7 @@ use League\OAuth2\Server\Storage\ScopeInterface;
|
|||||||
/**
|
/**
|
||||||
* Client credentials grant class
|
* Client credentials grant class
|
||||||
*/
|
*/
|
||||||
class ClientCredentials extends AbstractGrant
|
class ClientCredentialsGrant extends AbstractGrant
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Grant identifier
|
* Grant identifier
|
@ -26,7 +26,7 @@ use League\OAuth2\Server\Storage\ScopeInterface;
|
|||||||
/**
|
/**
|
||||||
* Password grant class
|
* Password grant class
|
||||||
*/
|
*/
|
||||||
class Password extends AbstractGrant
|
class PasswordGrant extends AbstractGrant
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Grant identifier
|
* Grant identifier
|
@ -26,7 +26,7 @@ use League\OAuth2\Server\Entity\ClientEntity;
|
|||||||
/**
|
/**
|
||||||
* Referesh token grant
|
* Referesh token grant
|
||||||
*/
|
*/
|
||||||
class RefreshToken extends AbstractGrant
|
class RefreshTokenGrant extends AbstractGrant
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
Loading…
x
Reference in New Issue
Block a user