AuthComponent::authorize PHP Method

authorize() public method

authorize the user using the defined methods in $config
public authorize ( ) : boolean
return boolean
    public function authorize()
    {
        return $this->check($this->config["authorize"], "authorize");
    }