Sha256: 301cc77b409bcf37c5f5cb0d5f43b9fc97f4e991f9aa74b3a301b2bdc64d8f89
Contents?: true
Size: 699 Bytes
Versions: 8
Compression:
Stored size: 699 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::UpdateLoginFlowWithPasskeyMethod.new( csrf_token: null, method: null, passkey_login: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems