Result shared by one refresh-token rotation flight.
id_token_claims is populated when the refresh response contains an ID Token
and that token has passed full verification.
Summary
Types
@type t() :: %AttestoClient.RefreshResult{ id_token_claims: map() | nil, tokens: AttestoClient.TokenSet.t() }