Auth0\SDK\API\Management\DeviceCredentials::createPublicKey PHP Method

createPublicKey() public method

public createPublicKey ( $data )
    public function createPublicKey($data)
    {
        return $this->apiClient->post()->addPath('device-credentials')->withHeader(new ContentType('application/json'))->withBody(json_encode($data))->call();
    }