| AuthenticationClientDeleteSessionAsync Method |
Deletes a session.
Namespace: Quickblox.Sdk.Modules.AuthModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse> DeleteSessionAsync(
string token
)
Public Function DeleteSessionAsync (
token As String
) As Task(Of HttpResponse)
public:
Task<HttpResponse^>^ DeleteSessionAsync(
String^ token
)
member DeleteSessionAsync :
token : string -> Task<HttpResponse>
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