Sha256: 8e43cece1be36295d3393d52337baf2a28bab351a5a69c8e96bbba7da767871c

Contents?: true

Size: 958 Bytes

Versions: 2

Compression:

Stored size: 958 Bytes

Contents

# OryClient::UiNode

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**UiNodeAttributes**](UiNodeAttributes.md) |  |  |
| **group** | **String** | Group specifies which group (e.g. password authenticator) this node belongs to. default DefaultGroup password PasswordGroup oidc OpenIDConnectGroup profile ProfileGroup link LinkGroup code CodeGroup totp TOTPGroup lookup_secret LookupGroup webauthn WebAuthnGroup passkey PasskeyGroup identifier_first IdentifierFirstGroup captcha CaptchaGroup saml SAMLGroup |  |
| **messages** | [**Array<UiText>**](UiText.md) |  |  |
| **meta** | [**UiNodeMeta**](UiNodeMeta.md) |  |  |
| **type** | **String** | The node's type text Text input Input img Image a Anchor script Script |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::UiNode.new(
  attributes: null,
  group: null,
  messages: null,
  meta: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/UiNode.md
ory-client-1.16.1 docs/UiNode.md