MobileServiceAuthentication Class

Definition

Provides login functionality for the MobileServiceClient.

C#
public abstract class MobileServiceAuthentication
Inheritance
MobileServiceAuthentication
Derived

Constructors

Fields

LoginAsyncDoneUriFragment

Relative URI fragment of the login/done endpoint.

LoginAsyncUriFragment

Relative URI fragment of the login endpoint.

WindowsAzureActiveDirectoryRestApiPathName

The name for the Azure Active Directory authentication provider as used by the service REST API.

Properties

Client

The MobileServiceClient associated with this MobileServiceAuthentication instance.

EndUri

The end Uri to use for authentication. This Uri indicates that the authentication flow has completed. Upon being redirected to any URL that starts with the endUrl, the browser-based control must stop navigating and return the response data.

Parameters

Provider specific extra parameters that are sent as query string parameters to login endpoint.

ProviderName

The name of the authentication provider used by this MobileServiceAuthentication instance.

StartUri

The start uri to use for authentication. The browser-based control should first navigate to this Uri in order to start the authenication flow.

Methods

LoginAsync()

Log a user into a Mobile Services application with the provider name and optional token object from this instance.

LoginAsyncOverride()

Provides Login logic.

Applies to

Toode Versioonid
Azure SDK for .NET Latest