Skip to content

AuthRequest

Schema: AuthRequest

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    AuthRequest:
      type: object
      required:
        - username
        - password
      properties:
        username:
          type: string
          description: Username of the user.
        password:
          type: string
          description: User password.
      x-apifox-orders:
        - username
        - password
      x-apifox-folder: ''
  securitySchemes: {}
servers: []
security: []