File: README.md

package info (click to toggle)
python-duo-client 5.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: python: 7,105; makefile: 7; sh: 6
file content (27 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Duo API Examples Overview


## Examples

This folder contains several sub-folders, each containing examples to illustrate the usage of the various Duo Security 
APIs.

-------
### Admin API
The Duo Admin API provides access to endpoints that are primarily focused on Duo account operational tasks, such as:

- User management
- MFA device management
- Integration management
- Policy management
- Log extractions

-------
### Auth API
The Duo Auth API provides access to user enrollment and authentication services and is primarily intended for use by
application developers that want to integration Duo MFA functionality into their applications.

-------
### Accounts API
The Duo Accounts API provides access to Duo account management functionality and is primarily intended for use by 
Duo Managed Service Provider (MSP) partners.