Sha256: 37022cd29546373da94e8e5f422e73a8621c4e07ad6fce44f2d22651e2b2526e
Contents?: true
Size: 828 Bytes
Versions: 5
Compression:
Stored size: 828 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. | | | **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, webauthn_login: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems