You are here

public function ContentType::__construct in Auth0 Single Sign On 8.2

ContentType constructor.

Parameters

string $contentType:

Overrides Header::__construct

File

vendor/auth0/auth0-php/src/API/Header/ContentType.php, line 12

Class

ContentType

Namespace

Auth0\SDK\API\Header

Code

public function __construct($contentType) {
  parent::__construct('Content-Type', $contentType);
}