Sha256: 5e4d11cd7976ea1585c6594e8e7e9eeb6784da35c8036a245638590c93b6c1cd
Contents?: true
Size: 1.21 KB
Versions: 15
Compression:
Stored size: 1.21 KB
Contents
# OryClient::UpdateLoginFlowWithCodeMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address** | **String** | Address is the address to send the code to, in case that there are multiple addresses. This field is only used in two-factor flows and is ineffective for passwordless flows. | [optional] | | **code** | **String** | Code is the 6 digits code sent to the user | [optional] | | **csrf_token** | **String** | CSRFToken is the anti-CSRF token | | | **identifier** | **String** | Identifier is the code identifier The identifier requires that the user has already completed the registration or settings with code flow. | [optional] | | **method** | **String** | Method should be set to \"code\" when logging in using the code strategy. | | | **resend** | **String** | Resend is set when the user wants to resend the code | [optional] | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateLoginFlowWithCodeMethod.new( address: null, code: null, csrf_token: null, identifier: null, method: null, resend: null, transient_payload: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems