IApiBearerSession

Overview

Location

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