authTime property

DateTime authTime

The authentication time.

This is the time the user authenticated (signed in) and not the time the token was refreshed.

Implementation

DateTime get authTime => parseHttpDate(jsObject.authTime);