Sha256: e790fb228d01342f8b230896c225a8d36109062dba553169444a6a4df97b1afb
Contents?: true
Size: 726 Bytes
Versions: 8
Compression:
Stored size: 726 Bytes
Contents
# OryKratosClient::UpdateLoginFlowWithTotpMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] | | **method** | **String** | Method should be set to \"totp\" when logging in using the TOTP strategy. | | | **totp_code** | **String** | The TOTP code. | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UpdateLoginFlowWithTotpMethod.new( csrf_token: null, method: null, totp_code: null, transient_payload: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems