Uses of Class
com.docusign.esign.model.ConnectOAuthConfig
-
Packages that use ConnectOAuthConfig Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of ConnectOAuthConfig in com.docusign.esign.api
Methods in com.docusign.esign.api that return ConnectOAuthConfig Modifier and Type Method Description ConnectOAuthConfigConnectApi. createConnectOAuthConfig(String accountId, ConnectOAuthConfig connectOAuthConfig)Sets the Connect OAuth Config for the account..ConnectOAuthConfigConnectApi. getConnectOAuthConfig(String accountId)Sets the Connect OAuth Config for the account..Methods in com.docusign.esign.api that return types with arguments of type ConnectOAuthConfig Modifier and Type Method Description ApiResponse<ConnectOAuthConfig>ConnectApi. createConnectOAuthConfigWithHttpInfo(String accountId, ConnectOAuthConfig connectOAuthConfig)Sets the Connect OAuth Config for the account.ApiResponse<ConnectOAuthConfig>ConnectApi. getConnectOAuthConfigWithHttpInfo(String accountId)Sets the Connect OAuth Config for the account.Methods in com.docusign.esign.api with parameters of type ConnectOAuthConfig Modifier and Type Method Description ConnectOAuthConfigConnectApi. createConnectOAuthConfig(String accountId, ConnectOAuthConfig connectOAuthConfig)Sets the Connect OAuth Config for the account..ApiResponse<ConnectOAuthConfig>ConnectApi. createConnectOAuthConfigWithHttpInfo(String accountId, ConnectOAuthConfig connectOAuthConfig)Sets the Connect OAuth Config for the account. -
Uses of ConnectOAuthConfig in com.docusign.esign.model
Methods in com.docusign.esign.model that return ConnectOAuthConfig Modifier and Type Method Description ConnectOAuthConfigConnectOAuthConfig. authorizationServerUrl(String authorizationServerUrl)authorizationServerUrl.ConnectOAuthConfigConnectOAuthConfig. clientId(String clientId)clientId.ConnectOAuthConfigConnectOAuthConfig. clientSecret(String clientSecret)clientSecret.ConnectOAuthConfigConnectOAuthConfig. scope(String scope)scope.
-