AuthBucket\Bundle\OAuth2Bundle\Entity\Authorize::getClientId PHP Method

getClientId() public method

Get client_id.
public getClientId ( ) : string
return string
    public function getClientId()
    {
        return $this->clientId;
    }