Converts an expires_at ISO 8601 string from an API auth response into a Unix timestamp (milliseconds) for use in StoredTokens.expiresAt.
expires_at
StoredTokens.expiresAt
ISO 8601 datetime string, e.g. "2026-01-01T12:00:00Z"
"2026-01-01T12:00:00Z"
Unix timestamp in milliseconds
Converts an
expires_atISO 8601 string from an API auth response into a Unix timestamp (milliseconds) for use inStoredTokens.expiresAt.