@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
32 lines (24 loc) • 1.58 kB
Markdown
Update Settings Flow with WebAuthn Method
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csrf_token** | **string** | CSRFToken is the anti-CSRF token | [optional] [default to undefined]
**method** | **string** | Method Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing. | [default to undefined]
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
**webauthn_register** | **string** | Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] [default to undefined]
**webauthn_register_displayname** | **string** | Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added. | [optional] [default to undefined]
**webauthn_remove** | **string** | Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection. | [optional] [default to undefined]
```typescript
import { UpdateSettingsFlowWithWebAuthnMethod } from '@ory/kratos-client';
const instance: UpdateSettingsFlowWithWebAuthnMethod = {
csrf_token,
method,
transient_payload,
webauthn_register,
webauthn_register_displayname,
webauthn_remove,
};
```
[[Back to Model list]](../README.md