timestamp property

DateTime? timestamp
final

The DateTime of this request.

Timestamps, in conjunction with the nonce, are used to prevent requests from being replayed. timestamp is a "one-time" value, and is valid in a request, but is not validly a member of any default token params such as ClientOptions.defaultTokenParams.

Implementation

final DateTime? timestamp;