@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
26 lines (18 loc) • 875 B
Markdown
# IdentityWithCredentials
Create Identity and Import Credentials
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**oidc** | [**IdentityWithCredentialsOidc**](IdentityWithCredentialsOidc.md) | | [optional] [default to undefined]
**password** | [**IdentityWithCredentialsPassword**](IdentityWithCredentialsPassword.md) | | [optional] [default to undefined]
**saml** | [**IdentityWithCredentialsSaml**](IdentityWithCredentialsSaml.md) | | [optional] [default to undefined]
## Example
```typescript
import { IdentityWithCredentials } from '@ory/kratos-client';
const instance: IdentityWithCredentials = {
oidc,
password,
saml,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)