Click or drag to resize
AuthenticationClientDeleteSessionAsync Method
Deletes a session.

Namespace: Quickblox.Sdk.Modules.AuthModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse> DeleteSessionAsync(
	string token
)

Parameters

token
Type: SystemString
Session token.

Return Value

Type: TaskHttpResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.AuthModule.AuthenticationClient.DeleteSessionAsync(System.String)"]

See Also