Skip to main content

Module token_response

Module token_response 

Source

Structs§

TokenResponse
Deserialization target for the upstream provider’s /token JSON response. Kept distinct from Session because some providers emit expires_at as a Unix-timestamp integer, which would not deserialize into the SystemTime-typed Session::expires_at.