validSince property

String? validSince
getter/setter pair

Oldest timestamp, in seconds since epoch, that an ID token should be considered valid.

All ID tokens issued before this time are considered invalid.

Implementation

core.String? validSince;