Namespace League\OAuth2\Client\Grant
| League\OAuth2\Client\Grant\Exception |
| AbstractGrant | Represents a type of authorization grant. |
| AuthorizationCode | Represents an authorization code grant. |
| ClientCredentials | Represents a client credentials grant. |
| GrantFactory | Represents a factory used when retrieving an authorization grant type. |
| Password | Represents a resource owner password credentials grant. |
| RefreshToken | Represents a refresh token grant. |