Click or drag to resize
AuthenticationClientCreateSessionWithEmailAsync Method
Creates a User 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>> CreateSessionWithEmailAsync(
	string userEmail,
	string userPassword,
	string provider = null,
	string scope = null,
	string socialToken = null,
	string socialSecret = null,
	DeviceRequest deviceRequestRequest = null
)

Parameters

userEmail
Type: SystemString
User Email
userPassword
Type: SystemString
User password
provider (Optional)
Type: SystemString
Provider
scope (Optional)
Type: SystemString
Scope
socialToken (Optional)
Type: SystemString
Social Token
socialSecret (Optional)
Type: SystemString
Social secret
deviceRequestRequest (Optional)
Type: Quickblox.Sdk.GeneralDataModel.ModelsDeviceRequest
deviceInfo

Return Value

Type: TaskHttpResponseSessionResponse

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

See Also