Sha256: 8761b81b9ec13fb40503d2dd768a005d651bf1bdeee485f1b9d17c0cd7826c2e
Contents?: true
Size: 739 Bytes
Versions: 3
Compression:
Stored size: 739 Bytes
Contents
# OryHydraClient::VerificationFlowMethodConfig ## 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) | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::VerificationFlowMethodConfig.new( action: null, fields: null, messages: null, method: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems