MobileServiceUser Class
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.
An authenticated Mobile Services user.
public class MobileServiceUser
type MobileServiceUser = class
Public Class MobileServiceUser
- Inheritance
-
MobileServiceUser
Constructors
MobileServiceUser(String) |
Initializes a new instance of the MobileServiceUser class. |
Properties
MobileServiceAuthenticationToken |
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. |
UserId |
Gets or sets the user id of a successfully authenticated user. |
Applies to
Azure SDK for .NET