Home
last modified time | relevance | path

Searched refs:_to_timestamp_tuple (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tink/testing/python/
H A Djwt_service.py35 def _to_timestamp_tuple(t: datetime.datetime) -> Tuple[int, int]: function
125 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())