ISolidFireElementDeleteAuthSessionAsync Method (CancellationToken, Guid) |
Deletes an individual auth session
If the calling user is not in the ClusterAdmins / Administrator AccessGroup, only auth session belonging
to the calling user can be deleted.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<DeleteAuthSessionResult> DeleteAuthSessionAsync(
CancellationToken cancellationToken,
Guid SessionID
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SessionID
- Type: SystemGuid
Return Value
Type:
TaskDeleteAuthSessionResultSee Also