Sha256: b80b485a85a628026cb1997d20c7eeff51c40ab16e1f03bde9c652f6f677765b
Contents?: true
Size: 581 Bytes
Versions: 84
Compression:
Stored size: 581 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. | | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateLoginFlowWithTotpMethod.new( csrf_token: null, method: null, totp_code: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems