Sha256: 4ee2f9e9987ba6223cbf80e1fa1bf6ae687a6737ae6bf16ae26ed7d4f185394a
Contents?: true
Size: 1.12 KB
Versions: 90
Compression:
Stored size: 1.12 KB
Contents
# OryClient::UpdateRegistrationFlowWithWebAuthnMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] | | **method** | **String** | Method Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing. | | | **traits** | **Object** | The identity's traits | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | | **webauthn_register** | **String** | Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] | | **webauthn_register_displayname** | **String** | Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateRegistrationFlowWithWebAuthnMethod.new( csrf_token: null, method: null, traits: null, transient_payload: null, webauthn_register: null, webauthn_register_displayname: null ) ```
Version data entries
90 entries across 90 versions & 1 rubygems