Sha256: 790eef29e2d81157066c34ca9f9a07eb61627a06d6d01dc5dbf05cfa7d49adec
Contents?: true
Size: 882 Bytes
Versions: 5
Compression:
Stored size: 882 Bytes
Contents
# OryKratosClient::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 | | | **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-kratos-client' instance = OryKratosClient::UiNode.new( attributes: null, group: null, messages: null, meta: null, type: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems