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

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

Go to download

The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.

There is a newer version: 2.0.0-RC1
Show newest version
package com.docusign.admin.client.auth;

/** enum. */
public enum OAuthFlow {
  accessCode,
  implicit,
  password,
  application
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy