File: auth_api.md

package info (click to toggle)
pyvesync 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,824 kB
  • sloc: python: 15,994; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Documentation for `pyvesync.auth` module

This module handles the authentication logic for the VeSync API. It is stored as the `auth` instance attribute of the `VeSync` class.

::: pyvesync.auth.VeSyncAuth
    handler: python
    options:
      group_by_category: true
      show_root_heading: true
      show_category_heading: true
      show_source: false
      filters:
        - "!.*_dev_test"
        - "!set_dev_id"
        - "!process_devices"
        - "!remove_old_devices"
        - "!device_time_check"
      merge_init_into_class: true
      show_signature_annotations: true