Class User
Represents the login result
Inheritance
System.Object
User
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.API
Assembly: Simplic.Cloud.API.dll
Syntax
public class User
Properties
| Improve this Doc View SourceGets or sets the mail address
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Token
Gets or sets the json web token (jwt ~user session)
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Gets or sets the username
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |