Ory.Model.UpdateLoginFlowWithDeviceAuthnMethod (ory_client v1.22.57)

Copy Markdown

No CSRF token since this method may not be used from the browser.

Summary

Types

t()

@type t() :: %Ory.Model.UpdateLoginFlowWithDeviceAuthnMethod{
  client_key_id: String.t() | nil,
  method: String.t(),
  signature: binary() | nil,
  transient_payload: map() | nil
}

Functions

decode(value)