Added scopeParamRequired method

This commit is contained in:
Alex Bilbie 2013-03-21 16:22:29 +00:00
parent 03aa81450e
commit 0c30b9ca66

View File

@ -192,6 +192,15 @@ class AuthServer
$this->requireScopeParam = $require;
}
/**
* Is the scope parameter required?
* @return bool
*/
public function scopeParamRequired()
{
return $this->requireScopeParam;
}
/**
* Default scope to be used if none is provided and requireScopeParam is false
* @var string