Click or drag to resize
AuthenticationClientGetSessionAsync Method
Returns current 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<SessionResponse>> GetSessionAsync()

Return Value

Type: TaskHttpResponseSessionResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.AuthModule.AuthenticationClient.GetSessionAsync"]

See Also