You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional opaque value used by the client to maintain state between the request and callback.
383
+
An arbitrary unique string created by your app to guard against <ahref="http://en.wikipedia.org/wiki/Cross-site_request_forgery" target="_blank">Cross-site Request Forgery</a>.
384
384
</td>
385
385
</tr>
386
386
<tr>
@@ -670,9 +670,18 @@ <h1 id="events">Events</h1>
670
670
<spanclass="info">fired</span>
671
671
</td>
672
672
<td>
673
-
Fired when the user has authorized the third party app.
673
+
Fired when the user has completed the login flow, and authorized the third party app.
674
674
</td>
675
675
</tr>
676
+
<tr>
677
+
<tdclass="parameter">
678
+
<span>oauth:authorized(token)</span>
679
+
<spanclass="info">fired</span>
680
+
</td>
681
+
<td>
682
+
Fired when the view is initializing and user has a non-expired auth token in the local session storage.
0 commit comments