Method: OryClient::UiNode#group

Defined in:
lib/ory-client/models/ui_node.rb

#groupObject

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



22
23
24
# File 'lib/ory-client/models/ui_node.rb', line 22

def group
  @group
end