Sha256: 81980d0687ff1a543b4b3e7e198f881738a8a9ae46a4ea8d9c048199484da187
Contents?: true
Size: 922 Bytes
Versions: 19
Compression:
Stored size: 922 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 | | | **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
19 entries across 19 versions & 1 rubygems