次の方法で共有


MobileServiceClientExtensions.LoginWithMicrosoftAccountAsync メソッド

定義

Microsoft アカウント認証トークンを指定して、Mobile Services アプリケーションにユーザーをログインさせます。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceUser> LoginWithMicrosoftAccountAsync (this Microsoft.WindowsAzure.MobileServices.MobileServiceClient thisClient, string authenticationToken);
static member LoginWithMicrosoftAccountAsync : Microsoft.WindowsAzure.MobileServices.MobileServiceClient * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceUser>
<Extension()>
Public Function LoginWithMicrosoftAccountAsync (thisClient As MobileServiceClient, authenticationToken As String) As Task(Of MobileServiceUser)

パラメーター

thisClient
MobileServiceClient

ログインに使用するクライアント。

authenticationToken
String

Live SDK セッションの認証トークン。

戻り値

ユーザーが認証を終了するとタスクが完了します。

適用対象