open-vault/vendor/github.com/duosecurity/duo_api_golang
Jeff Mitchell 4e7ce6f42b
Update deps (#6580)
* Update deps

* Change azure dep to match plugin
2019-04-12 11:51:37 -04:00
..
authapi Update deps (#6580) 2019-04-12 11:51:37 -04:00
duoapi.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
go.mod Update deps (#6580) 2019-04-12 11:51:37 -04:00
LICENSE Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
README.md Update deps (#6580) 2019-04-12 11:51:37 -04:00

Overview

duo_api_golang - Go language bindings for the Duo APIs (both auth and admin).

Duo Auth API

The Auth API is a low-level, RESTful API for adding strong two-factor authentication to your website or application.

This module's API client implementation is complete; corresponding methods are exported for all available endpoints.

For more information see the Auth API guide.

Duo Admin API

The Admin API provides programmatic access to the administrative functionality of Duo Security's two-factor authentication platform.

This module's API client implementation is incomplete; methods for fetching most entity types are exported, but methods that modify entities have (mostly) not yet been implemented. PRs welcome!

For more information see the Admin API guide.