

- #Sample code for simple android application how to#
- #Sample code for simple android application zip file#
- #Sample code for simple android application free#
To configure the launcher for Authorization Code Grant authentication, create a copy of the file src/main/resources/ and save the copy as src/main/resources/application.json.In your command-line environment, switch to the folder:.
#Sample code for simple android application zip file#
Extract the Quickstart ZIP file or download or clone the code-examples-java repository.

Note: If you downloaded this code using Quickstart from the DocuSign Developer Center, skip step 4 as it was automatically performed for you. Git Bash command line, macOS Terminal, or Linux shell

#Sample code for simple android application how to#
This video demonstrates how to obtain an integration key.
#Sample code for simple android application free#
Note: If you downloaded this code using Quickstart from the DocuSign Developer Center, skip items 1 and 2 as they were automatically performed for you.Ī free DocuSign developer account create one if you don't already have one.Ī DocuSign app and integration key that is configured to use either Authorization Code Grant or JWT Grant authentication. Also, to run the DocuSign CLM code example, CLM must be enabled for your organization.įor information about the scopes used for obtaining authorization to use the Admin API, see the scopes section.įor a list of code examples that use the Admin API, select the Java tab under Examples and languages on the DocuSign Developer Center. Note: To use the Admin API, you must create an organization in your DocuSign developer account.

Note: To use the Monitor API, you must also enable DocuSign Monitor for your organization.įor information about the scopes used for obtaining authorization to use the Monitor API, see the scopes section.įor a list of code examples that use the Click API, select the Java tab under Examples and languages on the DocuSign Developer Center. Click APIįor more information about the scopes used for obtaining authorization to use the Click API, see Required scopesįor a list of code examples that use the Click API, select the Java tab under Examples and languages on the DocuSign Developer Center. Examples 4 and 6 require that you have the DocuSign Forms feature enabled in your Rooms for Real Estate account.įor more information about the scopes used for obtaining authorization to use the Rooms API, see Required scopes.įor a list of code examples that use the Rooms API, select the Java tab under Examples and languages on the DocuSign Developer Center. Note: To use the Rooms API, you must also create your Rooms developer account. eSignature APIįor more information about the scopes used for obtaining authorization to use the eSignature API, see Required scopes.įor a list of code examples that use the eSignature API, select the Java tab under Examples and languages on the DocuSign Developer Center. The OAuth library is used in the file WebSecurit圜onfig.java. The Spring Boot security Oauth2 boot autoconfigure package is used for authentication. When the token expires, it updates automatically. The refresh token is not used.Īuthentication with DocuSign via JSON Web Token (JWT) Grant. When the token expires, the user is asked to re-authenticate. This repo is a Java Spring Boot application that supports the following authentication workflows:Īuthentication with DocuSign via Authorization Code Grant. To switch between API code examples, in the application.json file, modify the DS_API_NAME setting from ESIGNATURE to ADMIN, CLICK, MONITOR, or ROOMS. This GitHub repo includes code examples for the DocuSign Admin API, Click API, eSignature REST API, Monitor API, and Rooms API. Java Launcher Code Examples GitHub repo: code-examples-java
