HookSniffAPI.Model.AuthLoginPost200Response (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.AuthLoginPost200Response{
  customer: HookSniffAPI.Model.CustomerResponse.t() | nil,
  message: String.t() | nil,
  refresh_token: String.t() | nil,
  requires_2fa: boolean() | nil,
  temp_token: String.t() | nil,
  token: String.t() | nil
}

Functions

decode(value)