Sha256: bfb958498f38b7228f9bd286d182e0781d05645e545b7e36ad9e92ed3bf3314c

Contents?: true

Size: 992 Bytes

Versions: 78

Compression:

Stored size: 992 Bytes

Contents

# OryClient::SubmitSelfServiceLoginFlowWithWebAuthnMethodBody

## 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. This field is only required when using WebAuthn for passwordless login. When using WebAuthn for multi-factor authentication, it is not needed. | [optional] |
| **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::SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.new(
  csrf_token: null,
  identifier: null,
  method: null,
  webauthn_login: null
)
```

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
ory-client-0.1.0.alpha12 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha11 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha10 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha9 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha8 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha7 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha6 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha5 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha4 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha3 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha2 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.1.0.alpha1 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha189 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha188 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha187 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha186 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha184 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha183 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha182 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha181 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md