Sha256: d31eb9f1a1e2e337d0e12c962ce6225c456bf04ab18fa00511e70839ff52e006
Contents?: true
Size: 935 Bytes
Versions: 33
Compression:
Stored size: 935 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. | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | | **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, transient_payload: null, webauthn_login: null ) ```
Version data entries
33 entries across 33 versions & 1 rubygems