Click or drag to resize
AuthenticationClientByLoginAsync 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>> ByLoginAsync(
	string login,
	string password,
	string provider = null,
	string scope = null
)

Parameters

login
Type: SystemString
User login
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.ByLoginAsync(System.String,System.String,System.String,System.String)"]

See Also