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
id (int | Sequence[int]): Id or list of session ids
92
99
93
100
Returns:
94
-
Session | SessionList: List of revoked sessions. If the user does not have the sessionsAcl:LIST capability, then only the session IDs will be present in the response.
101
+
RevokedSession | RevokedSessionList: Revoked session(s). If the caller lacks sessionsAcl:LIST, only the
102
+
session ID will be present; all other fields will be None.
id (int | Sequence[int]): Id or list of session ids
74
81
75
82
Returns:
76
-
Session | SessionList: List of revoked sessions. If the user does not have the sessionsAcl:LIST capability, then only the session IDs will be present in the response.
83
+
RevokedSession | RevokedSessionList: Revoked session(s). If the caller lacks sessionsAcl:LIST, only the
84
+
session ID will be present; all other fields will be None.
0 commit comments