Search Results for

    Show / Hide Table of Contents

    Class Payload

    Payload

    Inheritance
    System.Object
    Payload
    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.Framework.WebAPI
    Assembly: Simplic.Framework.WebAPI.dll
    Syntax
    public class Payload

    Properties

    | Improve this Doc View Source

    exp

    Epxiration time

    Declaration
    public int exp { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    role

    List of user roles

    Declaration
    public IList<int> role { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    sub

    Subject/username

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

    unique_id

    Gets or sets the current user id

    Declaration
    public int unique_id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    unique_name

    Unique user name

    Declaration
    public string unique_name { 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