All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.docusign.click.client.auth.OAuthFlow Maven / Gradle / Ivy

Go to download

The official DocuSign Click Java client provides libraries for Java application integration with DocuSign Click API. It is recommended that you use this version of the library for new development.

There is a newer version: 1.5.0
Show newest version


package com.docusign.click.client.auth;

 /**
  * enum.
  *
  */

public enum OAuthFlow {
    accessCode, implicit, password, application
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy