Sha256: b6f2f59c9560b17e080be5a0aee7d987c5aad9166b71ee07357cabba42939351
Contents?: true
Size: 932 Bytes
Versions: 8
Compression:
Stored size: 932 Bytes
Contents
# OryKratosClient::UpdateRegistrationFlowWithPasskeyMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] | | **method** | **String** | Method Should be set to \"passkey\" when trying to add, update, or remove a Passkey. | | | **passkey_register** | **String** | Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] | | **traits** | **Object** | The identity's traits | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UpdateRegistrationFlowWithPasskeyMethod.new( csrf_token: null, method: null, passkey_register: null, traits: null, transient_payload: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems