Sha256: 263afb79df5ed5fa486e6e03bd30b275290502d62c4549f91d644e29ff522f40

Contents?: true

Size: 809 Bytes

Versions: 84

Compression:

Stored size: 809 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. |  |
| **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,
  webauthn_login: null
)
```

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
ory-client-1.6.2 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.6.1 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.5.2 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.5.1 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.5.0 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.9 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.8 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.7 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.6 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.5 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.4 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.3 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.2 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.1 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.4.0 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.3.0 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.2.17 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.2.16 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.2.15 docs/UpdateLoginFlowWithWebAuthnMethod.md
ory-client-1.2.14 docs/UpdateLoginFlowWithWebAuthnMethod.md