ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
authorized.php
Go to the documentation of this file.
1 <?php
2 
3 $this->data['header'] = 'OAuth Authorization';
4 $this->includeAtTemplateBase('includes/header.php');
5 
6 ?>
7 
8  <p style="margin-top: 2em">
9  You are now successfully authenticated, and you may click <em>Continue</em> in the application where you initiated authentication.
10  </p>
11 <?php if (!empty($this->data['oauth_verifier'])) {?>
12  <p>
13  When asked, the verifier code to finish the procedure, is: <b><?php echo htmlspecialchars($this->data['oauth_verifier']);?></b>.
14  </p>
15 <?php } ?>
16 
17 
18 <?php
19 $this->includeAtTemplateBase('includes/footer.php');
File written to
Sum of both Ranges is
Definition: 03formulas.php:77
"color:#CC0000 style
Definition: example_001.php:92
$this data['header']
Definition: authorized.php:3