Sha256: 8e207bc26c666cc108ece2b5ad2eaeae087b7a13cfc951ad004cd012e64616a4
Contents?: true
Size: 707 Bytes
Versions: 33
Compression:
Stored size: 707 Bytes
Contents
# OryClient::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-client' instance = OryClient::UpdateLoginFlowWithTotpMethod.new( csrf_token: null, method: null, totp_code: null, transient_payload: null ) ```
Version data entries
33 entries across 33 versions & 1 rubygems