Search Results for

    Show / Hide Table of Contents

    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 Source

    Email

    Gets or sets the mail address

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Token

    Gets or sets the json web token (jwt ~user session)

    Declaration
    public string Token { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserName

    Gets or sets the username

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx