Search Results for

    Show / Hide Table of Contents

    Interface IClient

    Namespace: Simplic.Cloud.API
    Assembly: Simplic.Cloud.API.dll
    Syntax
    public interface IClient

    Properties

    | Improve this Doc View Source

    Url

    Gets the client url

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

    User

    Gets or sets the current jwt. Get is protected for security reason. However, the getter can be accesses by using reflection.

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