ContentType.php in Auth0 Single Sign On 8.2
Namespace
Auth0\SDK\API\HeaderFile
vendor/auth0/auth0-php/src/API/Header/ContentType.phpView source
<?php
namespace Auth0\SDK\API\Header;
class ContentType extends Header {
/**
* ContentType constructor.
*
* @param string $contentType
*/
public function __construct($contentType) {
parent::__construct('Content-Type', $contentType);
}
}
Classes
Name | Description |
---|---|
ContentType |