# OuraOAuthTokenResponse

Model ID: `OuraOAuthTokenResponse`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `access_token` | `string|null` | No |  |  | `null` | Yes |  |
| `expires_in` | `integer|null` | No |  |  | `null` | Yes |  |
| `refresh_token` | `string|null` | No |  |  | `null` | Yes |  |
| `token_type` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
