IApiBearerSession
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.HttpApi
- Platforms: .NET Core, .NET Framework, .NET Standard
- Ancestry: IApiSession | IApiBearerSession
Properties
ClientToken
property ClientToken: Guid read;
Guid ClientToken { get; }
var ClientToken: Guid { get{} }
ReadOnly Property ClientToken() As Guid
SessionId (declared in IApiSession)
property SessionId: Guid read write;
Guid SessionId { get; set; }
var SessionId: Guid { get{} set{} }
Property SessionId() As Guid