AuthBucket\Bundle\OAuth2Bundle\Entity\Scope::getScope PHP Method

getScope() public method

Get scope.
public getScope ( ) : string
return string
    public function getScope()
    {
        return $this->scope;
    }