Click or drag to resize

SolidFireElementDeleteAuthSessionAsync Method (DeleteAuthSessionRequest, CancellationToken)

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
C#
public Task<DeleteAuthSessionResult> DeleteAuthSessionAsync(
	DeleteAuthSessionRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiDeleteAuthSessionRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDeleteAuthSessionResult

Implements

ISolidFireElementDeleteAuthSessionAsync(DeleteAuthSessionRequest, CancellationToken)
See Also