Sha256: d31eb9f1a1e2e337d0e12c962ce6225c456bf04ab18fa00511e70839ff52e006

Contents?: true

Size: 935 Bytes

Versions: 33

Compression:

Stored size: 935 Bytes

Contents

# OryClient::UpdateLoginFlowWithWebAuthnMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
| **identifier** | **String** | Identifier is the email or username of the user trying to log in. |  |
| **method** | **String** | Method should be set to \"webAuthn\" when logging in using the WebAuthn strategy. |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |
| **webauthn_login** | **String** | Login a WebAuthn Security Key  This must contain the ID of the WebAuthN connection. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateLoginFlowWithWebAuthnMethod.new(
  csrf_token: null,
  identifier: null,
  method: null,
  transient_payload: null,
  webauthn_login: null
)
```

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.16.1 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.16.0 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.17 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.16 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.15 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.14 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.13 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.12 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.10 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.7 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.6 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.5 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.4 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.3 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.15.0 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.14.5 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.14.4 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.14.3 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.14.2 docs/UpdateLoginFlowWithWebAuthnMethod.md