Sha256: 2ec4814b9e3b581461afa046d69df292c6f4c53b000b0f8e4c8d7b728a8f1d96

Contents?: true

Size: 954 Bytes

Versions: 1

Compression:

Stored size: 954 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UpdateLoginFlowWithWebAuthnMethod.md