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.alpha152 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha151 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha150 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha149 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha148 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha147 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha146 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha145 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha144 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha143 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha142 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha141 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha140 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha139 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha138 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha134 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha133 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha132 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha131 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha130 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md