@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
28 lines (20 loc) • 973 B
Markdown
# UpdateLoginFlowWithSamlMethod
Update login 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]
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
## Example
```typescript
import { UpdateLoginFlowWithSamlMethod } from '@ory/kratos-client';
const instance: UpdateLoginFlowWithSamlMethod = {
csrf_token,
method,
provider,
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)