Sha256: 5cc6dd20bdc83d0cef188a8baa3646b69c4d3ff087c04371ff981361019226b7
Contents?: true
Size: 858 Bytes
Versions: 65
Compression:
Stored size: 858 Bytes
Contents
# OryClient::UpdateRegistrationFlowWithCodeMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | The OTP Code sent to the user | [optional] | | **csrf_token** | **String** | The CSRF Token | [optional] | | **method** | **String** | Method to use This field must be set to `code` when using the code method. | | | **resend** | **String** | Resend restarts the flow with a new code | [optional] | | **traits** | **Object** | The identity's traits | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateRegistrationFlowWithCodeMethod.new( code: null, csrf_token: null, method: null, resend: null, traits: null, transient_payload: null ) ```
Version data entries
65 entries across 65 versions & 1 rubygems