MobileServiceUser.MobileServiceAuthenticationToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
public string MobileServiceAuthenticationToken { get; set; }
member this.MobileServiceAuthenticationToken : string with get, set
Public Overridable Property MobileServiceAuthenticationToken As String
Public Property MobileServiceAuthenticationToken As String
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET