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