Sha256: 0a1c3f426eccbbe4259abb27c63151cdce00ed1730e006444223d496a295f4af
Contents?: true
Size: 899 Bytes
Versions: 1
Compression:
Stored size: 899 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::UpdateLoginFlowWithCodeMethod.new( code: null, csrf_token: null, identifier: null, method: null, resend: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.1.0 | docs/UpdateLoginFlowWithCodeMethod.md |