Sha256: d5f1d3b2bbff53ecfae07c4da09fb6fdb28baa5fee5ddc102d2449b10e37a706
Contents?: true
Size: 913 Bytes
Versions: 30
Compression:
Stored size: 913 Bytes
Contents
# OryClient::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-client' instance = OryClient::UpdateRegistrationFlowWithPasskeyMethod.new( csrf_token: null, method: null, passkey_register: null, traits: null, transient_payload: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems