| Package | Description |
|---|---|
| com.docusign.esign.client | |
| com.docusign.esign.client.auth |
| Modifier and Type | Method and Description |
|---|---|
OAuth.OAuthToken |
ApiClient.generateAccessToken(String clientId,
String clientSecret,
String code) |
OAuth.OAuthToken |
ApiClient.requestJWTApplicationToken(String clientId,
List<String> scopes,
byte[] rsaPrivateKey,
long expiresIn)
RESERVED FOR PARTNERS Request JWT Application Token
Configures the current instance of ApiClient with a fresh OAuth JWT access token from DocuSign
|
OAuth.OAuthToken |
ApiClient.requestJWTUserToken(String clientId,
String userId,
List<String> scopes,
byte[] rsaPrivateKey,
long expiresIn)
Configures the current instance of ApiClient with a fresh OAuth JWT access token from DocuSign
|
| Modifier and Type | Method and Description |
|---|---|
OAuth.OAuthToken |
OAuth.OAuthToken.accessToken(String accessToken) |
OAuth.OAuthToken |
OAuth.OAuthToken.expiresIn(Long expiresIn) |
OAuth.OAuthToken |
OAuth.OAuthToken.isTokenType(String tokenType) |
OAuth.OAuthToken |
OAuth.OAuthToken.refreshToken(String refreshToken) |
Copyright © 2020. All rights reserved.