次の方法で共有


MobileServiceTokenAuthentication クラス

定義

OAuth 型トークン認証スキームを提供します。

public class MobileServiceTokenAuthentication : Microsoft.WindowsAzure.MobileServices.Internal.MobileServiceAuthentication
type MobileServiceTokenAuthentication = class
    inherit MobileServiceAuthentication
Public Class MobileServiceTokenAuthentication
Inherits MobileServiceAuthentication
継承
MobileServiceTokenAuthentication

コンストラクター

MobileServiceTokenAuthentication(MobileServiceClient, String, JObject, IDictionary<String,String>)

MobileServiceTokenAuthentication の新しいインスタンスを生成します。

フィールド

LoginAsyncDoneUriFragment

ログイン/完了エンドポイントの相対 URI フラグメント。

(継承元 MobileServiceAuthentication)
LoginAsyncUriFragment

ログイン エンドポイントの相対 URI フラグメント。

(継承元 MobileServiceAuthentication)
WindowsAzureActiveDirectoryRestApiPathName

サービス REST API で使用される Azure Active Directory 認証プロバイダーの名前。

(継承元 MobileServiceAuthentication)

プロパティ

Client

この MobileServiceClient インスタンスに関連付けられている MobileServiceAuthentication

(継承元 MobileServiceAuthentication)
EndUri

認証に使用する終了 URI。 この Uri は、認証フローが完了したことを示します。 endUrl で始まる任意の URL にリダイレクトされると、ブラウザー ベースのコントロールは移動を停止し、応答データを返す必要があります。

(継承元 MobileServiceAuthentication)
Parameters

ログイン エンドポイントにクエリ文字列パラメーターとして送信されるプロバイダー固有の追加パラメーター。

(継承元 MobileServiceAuthentication)
ProviderName

この MobileServiceAuthentication インスタンスで使用される認証プロバイダーの名前。

(継承元 MobileServiceAuthentication)
StartUri

認証に使用する開始 URI。 ブラウザー ベースのコントロールは、最初にこの Uri に移動して、authenication フローを開始する必要があります。

(継承元 MobileServiceAuthentication)

メソッド

LoginAsync()

このインスタンスのプロバイダー名とオプションのトークン オブジェクトを使用して、Mobile Services アプリケーションにユーザーをログインさせます。

(継承元 MobileServiceAuthentication)
LoginAsyncOverride()

既存のトークンのログイン ロジックを提供します。

適用対象