mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Made getGrantType public for use with implicit grant
This commit is contained in:
@@ -396,7 +396,7 @@ class AuthServer
|
|||||||
* @param string $grantType The grant type identifer
|
* @param string $grantType The grant type identifer
|
||||||
* @return class
|
* @return class
|
||||||
*/
|
*/
|
||||||
protected function getGrantType($grantType)
|
public function getGrantType($grantType)
|
||||||
{
|
{
|
||||||
return $this->grantTypes[$grantType];
|
return $this->grantTypes[$grantType];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user