Uses of Class
com.docusign.esign.client.auth.OAuth.OAuthToken
-
Packages that use OAuth.OAuthToken Package Description com.docusign.esign.client com.docusign.esign.client.auth -
-
Uses of OAuth.OAuthToken in com.docusign.esign.client
Methods in com.docusign.esign.client that return OAuth.OAuthToken Modifier and Type Method Description OAuth.OAuthTokenApiClient. generateAccessToken(String clientId, String clientSecret, String code)Helper method to configure the OAuth accessCode/implicit flow parameters.OAuth.OAuthTokenApiClient. requestJWTApplicationToken(String clientId, List<String> scopes, byte[] rsaPrivateKey, long expiresIn)RESERVED FOR PARTNERS Request JWT Application Token.OAuth.OAuthTokenApiClient. 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. -
Uses of OAuth.OAuthToken in com.docusign.esign.client.auth
Methods in com.docusign.esign.client.auth that return OAuth.OAuthToken Modifier and Type Method Description OAuth.OAuthTokenOAuth.OAuthToken. accessToken(String accessToken)OAuth.OAuthTokenOAuth.OAuthToken. expiresIn(Long expiresIn)OAuth.OAuthTokenOAuth. generateAccessToken()Helper method to configure the OAuth accessCode/implicit flow parameters.OAuth.OAuthTokenOAuth.OAuthToken. isTokenType(String tokenType)OAuth.OAuthTokenOAuth.OAuthToken. refreshToken(String refreshToken)OAuth.OAuthTokenOAuth. requestJWTUserToken()Configures the current instance of ApiClient with a fresh OAuth JWT access token from DocuSign.Methods in com.docusign.esign.client.auth with parameters of type OAuth.OAuthToken Modifier and Type Method Description voidAccessTokenListener. notify(OAuth.OAuthToken token)
-