milestonexprotectwspython.xpwlogininfo
Module: xpwlogininfo.py
Revision History
Date | Version | Description |
---|---|---|
2023/07/11 | 1.0.0.0 | Initial Version. |
Login information returned by a successful call to the LoginBasicUser or LoginWindowsUser call.
Threadsafety:
This class is fully thread-safe.
Type of user credentials used (e.g. Basic, Windows, etc) in the authentication process.
Returns:
The AuthenticationType property value.
Date and Time (UTC) at which the security token willl expire.
Returns:
The ExpireTime property value.
This value is calculated by adding the TimeToLive property value to the RegistrationTime property value.
Security password which is used in subsequent calls to the REST server for authentication.
Returns:
The Password property value.
Time at which the security token was registered, in UTC format.
Returns:
The RegistrationTime property value.
Security Scope which the token is to be used for (e.g. "managementserver", etc).
Returns:
The Scope property value.
TimeToLive calculated using time profile from APPLICATIONACCESSCLIENTLOGIN attribute.
Returns:
The TimeToLiveLimited property value.
Remaining time (in milliseconds) to live for the security token.
Returns:
The TimeToLiveSeconds property value, converted to milliseconds.
Remaining time (in seconds) to live for the security token.
Returns:
The TimeToLiveSeconds property value.