| AuthenticationClientGetSessionAsync Method |
Returns current 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<SessionResponse>> GetSessionAsync()
Public Function GetSessionAsync As Task(Of HttpResponse(Of SessionResponse))
public:
Task<HttpResponse<SessionResponse^>^>^ GetSessionAsync()
member GetSessionAsync : unit -> Task<HttpResponse<SessionResponse>>
Return Value
Type:
TaskHttpResponseSessionResponse[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.AuthModule.AuthenticationClient.GetSessionAsync"]
See Also