Spatio.Model.IntrospectionResponse (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.IntrospectionResponse{
  active: boolean(),
  client_id: String.t() | nil,
  exp: integer() | nil,
  scope: String.t() | nil,
  token_type: String.t() | nil,
  user_id: String.t() | nil,
  workspace_id: String.t() | nil
}

Functions

decode(value)