MobileServiceUser.MobileServiceAuthenticationToken
Property
Definition
A Microsoft Azure Mobile Services authentication token for the user given by the UserId. If non-null, the authentication token will be included in all requests made to the Microsoft Azure Mobile Service, allowing the client to perform all actions on the Microsoft Azure Mobile Service that require authenticated-user level permissions.
public virtual string MobileServiceAuthenticationToken { get; set; }
Property Value