UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

30 lines (22 loc) 1.09 kB
# UpdateRegistrationFlowWithSamlMethod Update registration flow using SAML ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **csrf_token** | **string** | The CSRF Token | [optional] [default to undefined] **method** | **string** | Method to use This field must be set to `saml` when using the saml method. | [default to undefined] **provider** | **string** | The provider to register with | [default to undefined] **traits** | **object** | The identity traits | [optional] [default to undefined] **transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined] ## Example ```typescript import { UpdateRegistrationFlowWithSamlMethod } from '@ory/kratos-client'; const instance: UpdateRegistrationFlowWithSamlMethod = { csrf_token, method, provider, traits, 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)