Interface IClient
Namespace: Simplic.Cloud.API
Assembly: Simplic.Cloud.API.dll
Syntax
public interface IClient
Properties
| Improve this Doc View SourceUrl
Gets the client url
Declaration
string Url { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |