Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodAdd (ory_client v1.22.62)

Copy Markdown

Summary

Types

t()

@type t() :: %Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodAdd{
  attestation_ios: binary() | nil,
  certificate_chain_android: [binary()] | nil,
  device_name: String.t(),
  pin_protected: boolean() | nil,
  transport_public_key: binary() | nil,
  user_verification: Ory.Model.UserVerification.t() | nil,
  version: integer() | nil
}

Functions

decode(value)