@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
30 lines (22 loc) • 1.09 kB
Markdown
Update registration flow using SAML
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 &
**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]
```typescript
import { UpdateRegistrationFlowWithSamlMethod } from '@ory/kratos-client';
const instance: UpdateRegistrationFlowWithSamlMethod = {
csrf_token,
method,
provider,
traits,
transient_payload,
};
```
[[Back to Model list]](../README.md