@ory/client
Version:
OpenAPI client for @ory/client
27 lines (19 loc) • 945 B
Markdown
# ProjectServices
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_experience** | [**ProjectServiceAccountExperience**](ProjectServiceAccountExperience.md) | | [optional] [default to undefined]
**identity** | [**ProjectServiceIdentity**](ProjectServiceIdentity.md) | | [optional] [default to undefined]
**oauth2** | [**ProjectServiceOAuth2**](ProjectServiceOAuth2.md) | | [optional] [default to undefined]
**permission** | [**ProjectServicePermission**](ProjectServicePermission.md) | | [optional] [default to undefined]
## Example
```typescript
import { ProjectServices } from '@ory/client';
const instance: ProjectServices = {
account_experience,
identity,
oauth2,
permission,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)