@type t() :: %Spatio.Model.TokenResponse{ access_token: String.t(), expires_in: integer(), id_token: String.t() | nil, refresh_token: String.t() | nil, scope: String.t() | nil, token_type: String.t() }