Sha256: deb31d513c24187bf55148f41840ab91ece4a8f379ef7dc1183775c0e058a893

Contents?: true

Size: 839 Bytes

Versions: 37

Compression:

Stored size: 839 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. |  |
| **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

37 entries across 37 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md