Share via


LoginResult.AuthenticationToken Property

 

Gets or sets the authentication token for the current user.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public string AuthenticationToken {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ AuthenticationToken {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member AuthenticationToken : string with get, set
Public Property AuthenticationToken As String

Property Value

Type: System.String

See Also

LoginResult Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top