com.docusign.esign.client.auth.OAuthFlow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docusign-esign-java Show documentation
Show all versions of docusign-esign-java Show documentation
The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.
package com.docusign.esign.client.auth;
/** enum. */
public enum OAuthFlow {
accessCode,
implicit,
password,
application
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy