Overload List
Name | Description | |
---|---|---|
![]() ![]() | LogInAsync(IEnumerableString) |
Logs in a ParseUser using Facebook for authentication. If a user for the
given Facebook credentials does not already exist, a new user will be created.
The user will be logged in through Facebook's OAuth web flow using the Windows
WebAuthenticationBroker.
|
![]() ![]() | LogInAsync(IEnumerableString, CancellationToken) |
Logs in a ParseUser using Facebook for authentication. If a user for the
given Facebook credentials does not already exist, a new user will be created.
The user will be logged in through Facebook's OAuth web flow using the Windows
WebAuthenticationBroker.
|
![]() ![]() | LogInAsync(WebView, IEnumerableString) |
Logs in a ParseUser using Facebook for authentication. If a user for the
given Facebook credentials does not already exist, a new user will be created.
The user will be logged in through Facebook's OAuth web flow, so you must supply a
webView that will be navigated to Facebook's authentication pages.
|
![]() ![]() | LogInAsync(String, String, DateTime) |
Logs in a ParseUser using Facebook for authentication. If a user for the
given Facebook credentials does not already exist, a new user will be created.
|
![]() ![]() | LogInAsync(WebView, IEnumerableString, CancellationToken) |
Logs in a ParseUser using Facebook for authentication. If a user for the
given Facebook credentials does not already exist, a new user will be created.
The user will be logged in through Facebook's OAuth web flow, so you must supply a
webView that will be navigated to Facebook's authentication pages.
|
![]() ![]() | LogInAsync(String, String, DateTime, CancellationToken) |
Logs in a ParseUser using Facebook for authentication. If a user for the
given Facebook credentials does not already exist, a new user will be created.
|
See Also