Sha256: 263afb79df5ed5fa486e6e03bd30b275290502d62c4549f91d644e29ff522f40
Contents?: true
Size: 809 Bytes
Versions: 84
Compression:
Stored size: 809 Bytes
Contents
# OryClient::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-client' instance = OryClient::UpdateLoginFlowWithWebAuthnMethod.new( csrf_token: null, identifier: null, method: null, webauthn_login: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems