expiration property

DateTime? expiration
getter/setter pair

The date at which these credentials will expire, stored in the user's local time.

This is likely to be a few seconds earlier than the server's idea of the expiration date.

Implementation

DateTime? expiration;