docusign_esign.client.auth

Docusign eSignature REST API

The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501

OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git

 1# coding: utf-8
 2
 3"""
 4    Docusign eSignature REST API
 5
 6    The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.  # noqa: E501
 7
 8    OpenAPI spec version: v2.1
 9    Contact: devcenter@docusign.com
10    Generated by: https://github.com/swagger-api/swagger-codegen.git
11"""
12
13
14from __future__ import absolute_import
15
16# import auth modules into client package
17from .oauth import Account
18from .oauth import Organization
19from .oauth import Link
20from .oauth import OAuth
21from .oauth import OAuthToken