Provides struct and type for a TokenResponse
@type t() :: %Polarex.TokenResponse{ access_token: String.t(), expires_in: integer(), id_token: String.t(), refresh_token: String.t() | nil, scope: String.t(), token_type: String.t() }