mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
Normalized imports, regenerated
This commit is contained in:
15
docs/sdk/models/shared/security.md
Normal file
15
docs/sdk/models/shared/security.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Security
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { Security } from "@lukehagar/plexjs/sdk/models/shared";
|
||||
|
||||
let value: Security = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `accessToken` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user