MobileServiceUser.MobileServiceAuthenticationToken Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Un jeton d’authentification Microsoft Azure Mobile Services pour l’utilisateur donné par le UserId. S’il n’est pas null, le jeton d’authentification est inclus dans toutes les demandes adressées au service mobile Microsoft Azure, ce qui permet au client d’effectuer toutes les actions sur microsoft Azure Mobile Service qui nécessitent des autorisations au niveau de l’utilisateur authentifié.
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
Valeur de propriété
S’applique à
Azure SDK for .NET