Sha256: 05ee7f756ac0a525da04b9ab68476c225530b76319e855df040b489fdcaaae72
Contents?: true
Size: 680 Bytes
Versions: 30
Compression:
Stored size: 680 Bytes
Contents
# OryClient::UpdateLoginFlowWithPasskeyMethod ## 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 \"passkey\" when logging in using the Passkey strategy. | | | **passkey_login** | **String** | Login a WebAuthn Security Key This must contain the ID of the WebAuthN connection. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateLoginFlowWithPasskeyMethod.new( csrf_token: null, method: null, passkey_login: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems