Spatio.Model.CreatePatResponse (spatio_sdk v0.0.2)
The full token (prefix + secret) is returned ONLY on creation. Store it now or you'll have to recreate; the API never returns the secret again.
Summary
Types
@type t() :: %Spatio.Model.CreatePatResponse{ pat: Spatio.Model.PersonalAccessToken.t() | nil, token: String.t() }