Click or drag to resize
AuthenticationClientByEmailAsync Method
Upgrades current Application session to 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<LoginResponse>> ByEmailAsync(
	string email,
	string password,
	string provider = null,
	string scope = null
)

Parameters

email
Type: SystemString
User email
password
Type: SystemString
User password
provider (Optional)
Type: SystemString
Privider
scope (Optional)
Type: SystemString
Scope

Return Value

Type: TaskHttpResponseLoginResponse

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

See Also