UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

27 lines (19 loc) 1.03 kB
# UpdateFedcmFlowBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **csrf_token** | **string** | CSRFToken is the anti-CSRF token. | [default to undefined] **nonce** | **string** | Nonce is the nonce that was used in the `navigator.credentials.get` call. If specified, it must match the `nonce` claim in the token. | [optional] [default to undefined] **token** | **string** | Token contains the result of `navigator.credentials.get`. | [default to undefined] **transient_payload** | **object** | Transient data to pass along to any webhooks. | [optional] [default to undefined] ## Example ```typescript import { UpdateFedcmFlowBody } from '@ory/kratos-client'; const instance: UpdateFedcmFlowBody = { csrf_token, nonce, token, transient_payload, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)