mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Added getDefaultScope method
This commit is contained in:
parent
0c30b9ca66
commit
fce24aa74d
@ -210,6 +210,15 @@ class AuthServer
|
|||||||
$this->defaultScope = $default;
|
$this->defaultScope = $default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Default scope to be used if none is provided and requireScopeParam is false
|
||||||
|
* @return string|null
|
||||||
|
*/
|
||||||
|
public function getDefaultScope()
|
||||||
|
{
|
||||||
|
return $this->defaultScope;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Require the "state" paremter in checkAuthoriseParams()
|
* Require the "state" paremter in checkAuthoriseParams()
|
||||||
* @param boolean $require
|
* @param boolean $require
|
||||||
|
Loading…
Reference in New Issue
Block a user