Click or drag to resize

ISolidFireElementDeleteAuthSession Method (DeleteAuthSessionRequest)

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#
DeleteAuthSessionResult DeleteAuthSession(
	DeleteAuthSessionRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiDeleteAuthSessionRequest

Return Value

Type: DeleteAuthSessionResult
See Also