Sha256: 001061286f73da6df4dd1eee9be22e29764eb6a344fc44040844bcd3e827d9be
Contents?: true
Size: 880 Bytes
Versions: 32
Compression:
Stored size: 880 Bytes
Contents
# OryClient::UpdateLoginFlowWithCodeMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateLoginFlowWithCodeMethod.new( code: null, csrf_token: null, identifier: null, method: null, resend: null ) ```
Version data entries
32 entries across 32 versions & 1 rubygems