move session
This commit is contained in:
parent
ece06b8463
commit
242c0e3abb
|
@ -319,6 +319,24 @@ ng-if="'none' === vm.framework || 'jquery' === vm.framework"></span><span ng-if=
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" ng-if="vm.validated.provider">
|
||||
<br>
|
||||
<br>
|
||||
<div class="col-md-3">
|
||||
<strong>Session</strong>
|
||||
<br>
|
||||
(this is the object that contains meta data about the session, including the access token itself)
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
|
||||
<pre ng-if="vm.responses.resourceOwnerPassword"><code><span ng-bind="vm.responses.resourceOwnerPassword.status"></span>
|
||||
<span ng-if="vm.responses.resourceOwnerPassword.headers" ng-bind="vm.responses.resourceOwnerPassword.headers | json"></span>
|
||||
<span ng-bind="vm.responses.resourceOwnerPassword.data | json"></span>
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" ng-if="vm.validated.provider">
|
||||
<br>
|
||||
<br>
|
||||
|
@ -347,24 +365,6 @@ ng-if="'none' === vm.framework || 'jquery' === vm.framework"></span><span ng-if=
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" ng-if="vm.validated.provider">
|
||||
<br>
|
||||
<br>
|
||||
<div class="col-md-3">
|
||||
<strong>Session</strong>
|
||||
<br>
|
||||
(this is the object that contains meta data about the session, including the access token itself)
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
|
||||
<pre ng-if="vm.responses.resourceOwnerPassword"><code><span ng-bind="vm.responses.resourceOwnerPassword.status"></span>
|
||||
<span ng-if="vm.responses.resourceOwnerPassword.headers" ng-bind="vm.responses.resourceOwnerPassword.headers | json"></span>
|
||||
<span ng-bind="vm.responses.resourceOwnerPassword.data | json"></span>
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" ng-if="vm.validated.provider">
|
||||
<br>
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue