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