---
hide:
  - toc
---

A client's OAuth grant keys.

## Types

- {{ typeURL("Object") }}

## Properties

| Parameter | Type                                  | Description            |
|-----------|---------------------------------------|------------------------|
| `code`    | {{ typedefLink("OAuthCodeKeys") }}    | The initial grant keys |
| `refresh` | {{ typedefLink("OAuthRefreshKeys") }} | The upkeep keys        |