@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 646 B
Markdown
# CreateProjectApiKeyRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expires_at** | **string** | | [optional] [default to undefined]
**name** | **string** | The Token Name A descriptive name for the token. in: body | [default to undefined]
## Example
```typescript
import { CreateProjectApiKeyRequest } from '@ory/client';
const instance: CreateProjectApiKeyRequest = {
expires_at,
name,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)