Emarref\Jwt\Encoding\Base64::__construct PHP Method

__construct() public method

public __construct ( boolean $urlSafe = true, boolean $strict = true )
$urlSafe boolean
$strict boolean
    public function __construct($urlSafe = true, $strict = true)
    {
        $this->urlSafe = (bool) $urlSafe;
        $this->strict = (bool) $strict;
    }