3 $this->
data[
'header'] =
'OAuth Authorization';
4 $this->includeAtTemplateBase(
'includes/header.php');
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.
11 <?php
if (!empty($this->
data[
'oauth_verifier'])) {?>
13 When asked, the verifier code
to finish the procedure,
is: <b><?php echo htmlspecialchars($this->
data[
'oauth_verifier']);?></b>.
19 $this->includeAtTemplateBase(
'includes/footer.php');