Sha256: 338975886633882adf2e43849be1edcba1cdd76c7fbcfd2e49fd00abb5c0d0cc
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 Bytes
Contents
# OryKratosClient::SubmitSelfServiceLoginFlowWithWebAuthnMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [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-kratos-client' instance = OryKratosClient::SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.new( csrf_token: null, method: null, webauthn_login: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.8.2.alpha1 | docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md |
ory-kratos-client-0.8.0.alpha2 | docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md |