Sha256: 19409ce4087dfd03c224f32f3cdae68875e52e36e641ae3ab12e48b69d8429ac
Contents?: true
Size: 728 Bytes
Versions: 3
Compression:
Stored size: 728 Bytes
Contents
# OryKratosClient::SubmitSelfServiceFlowWithWebAuthnRegistrationMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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::SubmitSelfServiceFlowWithWebAuthnRegistrationMethod.new( webauthn_register: null, webauthn_register_displayname: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems