File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -746,6 +746,15 @@ <h1 id="events">Events</h1>
746
746
Fired when the user logs out.
747
747
</ td >
748
748
</ tr >
749
+ < tr >
750
+ < td class ="parameter ">
751
+ < span > oauth:loggedOut</ span >
752
+ < span class ="info "> fired</ span >
753
+ </ td >
754
+ < td >
755
+ Fired when the user is not logged in.
756
+ </ td >
757
+ </ tr >
749
758
< tr >
750
759
< td class ="parameter ">
751
760
< span > oauth:denied</ span >
@@ -799,6 +808,10 @@ <h1 id="events">Events</h1>
799
808
console.log('The user has signed out');
800
809
});
801
810
811
+ $scope.$on('oauth:loggedOut', function(event) {
812
+ console.log('The user is not signed in');
813
+ });
814
+
802
815
$scope.$on('oauth:denied', function(event) {
803
816
console.log('The user did not authorize the third party app');
804
817
});
You can’t perform that action at this time.
0 commit comments