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
Namespace
Auth0\SDK\API\HeaderCode
public function __construct($contentType) {
parent::__construct('Content-Type', $contentType);
}