MobileServiceUser.MobileServiceAuthenticationToken プロパティ

定義

によってUserId指定されたユーザーのMicrosoft Azure Mobile Services認証トークン。 null 以外の場合、認証トークンは Microsoft Azure Mobile Service に対して行われたすべての要求に含まれるため、クライアントは、認証されたユーザー レベルのアクセス許可を必要とするすべてのアクションを Microsoft Azure Mobile Service で実行できます。

public virtual string MobileServiceAuthenticationToken { get; set; }
public string MobileServiceAuthenticationToken { get; set; }
member this.MobileServiceAuthenticationToken : string with get, set
Public Overridable Property MobileServiceAuthenticationToken As String
Public Property MobileServiceAuthenticationToken As String

プロパティ値

適用対象