Sha256: 40badf638ca4a870d3e4737b6e366129790009d47f6fa0f98ae1e0b9b6d040e5
Contents?: true
Size: 901 Bytes
Versions: 3
Compression:
Stored size: 901 Bytes
Contents
# OryHydraClient::RegistrationFlowMethodConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action should be used as the form action URL `<form action=\"{{ .Action }}\" method=\"post\">`. | | | **fields** | [**Array<FormField>**](FormField.md) | Fields contains multiple fields | | | **messages** | [**Array<Message>**](Message.md) | | [optional] | | **method** | **String** | Method is the form method (e.g. POST) | | | **providers** | [**Array<FormField>**](FormField.md) | Providers is set for the \"oidc\" registration method. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::RegistrationFlowMethodConfig.new( action: null, fields: null, messages: null, method: null, providers: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems