AttestoClient.RefreshResult (AttestoClient v2.2.0)

Copy Markdown View Source

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

t()

@type t() :: %AttestoClient.RefreshResult{
  id_token_claims: map() | nil,
  tokens: AttestoClient.TokenSet.t()
}