Spatio.Model.AccountChoice (spatio_sdk v0.0.2)

One of the candidates returned alongside an ambiguous_account error so the client can prompt the user to pick a target account.

Summary

Types

t()

@type t() :: %Spatio.Model.AccountChoice{
  accountId: String.t(),
  accountName: String.t() | nil,
  provider: String.t()
}

Functions

decode(value)