AccessToken Class
[Missing <summary> documentation for "T:Aerospike.Client.AccessToken"]
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public sealed class AccessToken : IDisposable
- Inheritance
- Object AccessToken
- Implements
- IDisposable
AccessToken | Initializes a new instance of the AccessToken class |
RefreshTime |
The time before ttl to obtain the new token by getting a new one from the proxy server.
This field is calculated from ttl taking into consideration network latency and other factors like timer delay, etc.
|
Token |
An access token for Aerospike proxy.
|
TokenFetchLatency |
The latency involved when fetching the token.
|
WillExpireSoon |
Time close to ttl that the token will expire based on TokenFetchLatency |