<title>Advanced authorization form</title>
<p><b>Different parameters in advanced authorization form:</b></p>
<p>Authorize for application <b>Test</b>, with access level - <b>full access</b>, activation time - <b>immediately</b>, duration - <b>one day</b>, <b>return user name</b> in result, <b>redirect to checker.html</b>.
<a href="https://hosting.wialon.com/login.html?client_id=myApp&access_type=0xffff&activation_time=0&duration=86400&flags=0x1&redirect_uri=https://hosting.wialon.com/checker.html" onClick="openWin(this.href); return false;"><br />Test >>></a>
<p>Authorize for application <b>myApp</b>, with access level - <b>online tracking only</b>, activation time - <b>immediately</b>, duration - <b>one week</b>, <b>return user name</b> in result, <b>redirect to post_token.html</b>, and show token on this page.
<a href="https://hosting.wialon.com/login.html?client_id=myApp&access_type=0x100&activation_time=0&duration=604800&flags=0x1&redirect_uri=https://hosting.wialon.com/post_token.html" onClick="openWin(this.href); return false;"><br />Test >>></a>
<span id="success"></span>
<p>Authorize for application <b>wialon</b>, with access level - <b>full access</b>, activation time - <b>immediately</b>, duration - <b>one month</b>, <b>redirect to this form</b>.<br />
<a href="https://hosting.wialon.com/login.html?client_id=wialon&access_type=-1&activation_time=0&duration=2592000" onClick="openWin(this.href); return false;">Test >>></a>