ServerCommandService.LoginInfo Class Reference

Login information returned by a login call. More...

Public Attributes

DateTime RegistrationTime
 Time at which the security token was registered.
 
TimeDuration TimeToLive
 Remaining time to live for the security token.
 
bool TimeToLiveLimited
 TimeToLive calculated using time profile from APPLICATIONACCESSCLIENTLOGIN attribute.
 
string Token
 Security token which is used in subsequent calls to the server or recorder web-services for authentication.
 

Detailed Description

Login information returned by a login call.

Member Data Documentation

◆ RegistrationTime

DateTime ServerCommandService.LoginInfo.RegistrationTime

Time at which the security token was registered.

◆ TimeToLive

TimeDuration ServerCommandService.LoginInfo.TimeToLive

Remaining time to live for the security token.

◆ TimeToLiveLimited

bool ServerCommandService.LoginInfo.TimeToLiveLimited

TimeToLive calculated using time profile from APPLICATIONACCESSCLIENTLOGIN attribute.

◆ Token

string ServerCommandService.LoginInfo.Token

Security token which is used in subsequent calls to the server or recorder web-services for authentication.