Skip to content

RefreshRequest

Schema: RefreshRequest

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    RefreshRequest:
      type: object
      required:
        - refreshToken
      properties:
        refreshToken:
          type: string
          description: Refresh token issued during authentication.
      x-apifox-orders:
        - refreshToken
      x-apifox-folder: ''
  securitySchemes: {}
servers: []
security: []