Uses of Class
com.docusign.esign.model.OauthAccess
-
Packages that use OauthAccess Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of OauthAccess in com.docusign.esign.api
Methods in com.docusign.esign.api that return OauthAccess Modifier and Type Method Description OauthAccessAuthenticationApi. getOAuthToken()Creates an authorization token..Methods in com.docusign.esign.api that return types with arguments of type OauthAccess Modifier and Type Method Description ApiResponse<OauthAccess>AuthenticationApi. getOAuthTokenWithHttpInfo()Creates an authorization token. -
Uses of OauthAccess in com.docusign.esign.model
Methods in com.docusign.esign.model that return OauthAccess Modifier and Type Method Description OauthAccessOauthAccess. accessToken(String accessToken)accessToken.OauthAccessOauthAccess. addDataItem(NameValue dataItem)addDataItem.OauthAccessOauthAccess. data(List<NameValue> data)data.OauthAccessOauthAccess. expiresIn(String expiresIn)expiresIn.OauthAccessOauthAccess. refreshToken(String refreshToken)refreshToken.OauthAccessOauthAccess. scope(String scope)scope.OauthAccessOauthAccess. tokenType(String tokenType)tokenType.
-