Sha256: a5e1f54c1d7bb86b377ce702354450672550a376acf647c94b092506707ffa59
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# OryKratosClient::SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody ## 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 | | | **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-kratos-client' instance = OryKratosClient::SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.new( csrf_token: null, method: null, traits: null, webauthn_register: null, webauthn_register_displayname: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems