Auth0\SDK\API\Management\ResourceServers::create PHP Méthode

create() public méthode

public create ( $client_id, $data )
    public function create($client_id, $data)
    {
        return $this->apiClient->post()->addPath('resource-servers')->withHeader(new ContentType('application/json'))->withBody(json_encode($data))->call();
    }