Ory.Model.UiNodeScriptAttributes (ory_client v1.6.2)

Summary

Types

@type t() :: %Ory.Model.UiNodeScriptAttributes{
  async: boolean(),
  crossorigin: String.t(),
  id: String.t(),
  integrity: String.t(),
  node_type: String.t(),
  nonce: String.t(),
  referrerpolicy: String.t(),
  src: String.t(),
  type: String.t()
}

Functions