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.2.0.alpha60 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceRegistrationFlowWithWebAuthnMethodBody.md