AgentPushKit.Model.User (agent_push_kit v0.1.0)

Summary

Types

t()

@type t() :: %AgentPushKit.Model.User{
  displayName: String.t() | nil,
  email: String.t(),
  hasApple: boolean(),
  hasGoogle: boolean(),
  hasPassword: boolean(),
  id: String.t()
}

Functions

decode(value)