Sha256: 131a83bae9f551c022acfefece5cd5dadce20b6629cc33a7e5a23a36b38a03ab

Contents?: true

Size: 1.02 KB

Versions: 115

Compression:

Stored size: 1.02 KB

Contents

# OryClient::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-client'

instance = OryClient::SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.new(
  csrf_token: null,
  method: null,
  traits: null,
  webauthn_register: null,
  webauthn_register_displayname: null
)
```

Version data entries

115 entries across 115 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha177 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha176 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha175 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha169 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha168 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha167 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha166 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha165 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha164 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha163 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha162 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha161 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha160 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha159 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha158 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha157 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha156 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha155 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha154 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha153 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md