Searched refs:_to_timestamp_tuple (Results 1 – 1 of 1) sorted by relevance
35 def _to_timestamp_tuple(t: datetime.datetime) -> Tuple[int, int]: function125 seconds, nanos = _to_timestamp_tuple(verified_jwt.expiration())129 seconds, nanos = _to_timestamp_tuple(verified_jwt.not_before())133 seconds, nanos = _to_timestamp_tuple(verified_jwt.issued_at())