@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
34 lines (26 loc) • 1.41 kB
Markdown
Update settings flow using SAML
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csrf_token** | **string** | The CSRF Token | [optional] [default to undefined]
**flow** | **string** | Flow ID is the flow\&
**link** | **string** | Link this provider Either this or &
**method** | **string** | Method Should be set to saml when trying to update a profile. | [default to undefined]
**traits** | **object** | The identity\&
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
**unlink** | **string** | Unlink this provider Either this or &
```typescript
import { UpdateSettingsFlowWithSamlMethod } from '@ory/kratos-client';
const instance: UpdateSettingsFlowWithSamlMethod = {
csrf_token,
flow,
link,
method,
traits,
transient_payload,
unlink,
};
```
[[Back to Model list]](../README.md