Auth0\SDK\API\Helpers\TokenGenerator::str2hex PHP Method

str2hex() protected method

protected str2hex ( $input )
    protected function str2hex($input)
    {
        $data = unpack('H*', $input);
        return $data[1];
    }