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
Copy file name to clipboardExpand all lines: packages/gotrue/lib/src/constants.dart
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,12 @@ enum OtpType {
56
56
recovery,
57
57
emailChange
58
58
}
59
+
60
+
///Determines which sessions should be logged out.
61
+
///
62
+
///[global] means all sessions by this account will be signed out.
63
+
///
64
+
///[local] means only this session will be signed out.
65
+
///
66
+
///[others] means all other sessions except the current one will be signed out. When using others, there is no [AuthChangeEvent.signedOut] event fired on the current session!
0 commit comments