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

t()

@type t() :: %Spatio.Model.CreatePatResponse{
  pat: Spatio.Model.PersonalAccessToken.t() | nil,
  token: String.t()
}

Functions

decode(value)