Click or drag to resize

SolidFireElementDeleteAuthSessionsByUsernameAsync Method

Overload List
  NameDescription
Public methodDeleteAuthSessionsByUsernameAsync(DeleteAuthSessionsByUsernameRequest, CancellationToken)
Deletes all auth sessions for the given user. A caller not in AccessGroup ClusterAdmins / Administrator may only delete their own sessions. A caller with ClusterAdmins / Administrator privileges may delete sessions belonging to any user. To see the list of sessions that could be deleted, use ListAuthSessionsByUsername with the same parameters.
Public methodDeleteAuthSessionsByUsernameAsync(CancellationToken, String, String)
Deletes all auth sessions for the given user. A caller not in AccessGroup ClusterAdmins / Administrator may only delete their own sessions. A caller with ClusterAdmins / Administrator privileges may delete sessions belonging to any user. To see the list of sessions that could be deleted, use ListAuthSessionsByUsername with the same parameters.
Top
See Also