Click or drag to resize
AuthenticationClientCreateSessionBaseAsync Method
Creates an Application session (not User seesion).

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>> CreateSessionBaseAsync(
	DeviceRequest deviceRequestRequest = null
)

Parameters

deviceRequestRequest (Optional)
Type: Quickblox.Sdk.GeneralDataModel.ModelsDeviceRequest
Device info

Return Value

Type: TaskHttpResponseSessionResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.AuthModule.AuthenticationClient.CreateSessionBaseAsync(Quickblox.Sdk.GeneralDataModel.Models.DeviceRequest)"]

See Also