---
title: "NDWC.Cap.CapExternalAuth.CapExternalAuthDto"
url: "https://capalert-developer-portal.apiddpm.com/apis/national-cap-alerting-service-api-1/versions/9738bb43-d24d-4239-8917-928fe84376ca/schemas/NDWC.Cap.CapExternalAuth.CapExternalAuthDto"
---

> Full API specification: https://capalert-developer-portal.apiddpm.com/apis/national-cap-alerting-service-api-1/versions/9738bb43-d24d-4239-8917-928fe84376ca.md

# NDWC.Cap.CapExternalAuth.CapExternalAuthDto

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: National CAP Alerting Service API
  version: 1.0.0
servers:
  - url: https://capalert-api-developer.apiddpm.com
components:
  schemas:
    NDWC.Cap.StatusInfo:
      type: object
      properties:
        code:
          type: integer
          format: int32
          nullable: true
        message:
          type: string
          nullable: true
        timestamp:
          type: string
          nullable: true
      additionalProperties: false
    NDWC.Cap.CapExternalAuth.CapExternalAuthDto:
      type: object
      properties:
        status:
          $ref: "#/components/schemas/NDWC.Cap.StatusInfo"
        accessToken:
          type: string
          nullable: true
        refreshToken:
          type: string
          nullable: true
        expiresAt:
          type: string
          nullable: true
      additionalProperties: false
```
