Uses of Class
com.mypurecloud.sdk.v2.model.WebDeploymentsOAuthExchangeRequest
Packages that use WebDeploymentsOAuthExchangeRequest
Package
Description
-
Uses of WebDeploymentsOAuthExchangeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WebDeploymentsOAuthExchangeRequestModifier and TypeMethodDescriptionWebDeploymentsApi.postWebdeploymentsTokenOauthcodegrantjwtexchange(WebDeploymentsOAuthExchangeRequest body) Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.WebDeploymentsApi.postWebdeploymentsTokenOauthcodegrantjwtexchangeWithHttpInfo(WebDeploymentsOAuthExchangeRequest body) Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WebDeploymentsOAuthExchangeRequestModifier and TypeMethodDescriptionWebDeploymentsApi.postWebdeploymentsTokenOauthcodegrantjwtexchange(ApiRequest<WebDeploymentsOAuthExchangeRequest> request) Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.WebDeploymentsApiAsync.postWebdeploymentsTokenOauthcodegrantjwtexchangeAsync(ApiRequest<WebDeploymentsOAuthExchangeRequest> request, AsyncApiCallback<ApiResponse<WebDeploymentsAuthorizationResponse>> callback) Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments. -
Uses of WebDeploymentsOAuthExchangeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WebDeploymentsOAuthExchangeRequestModifier and TypeMethodDescriptionPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WebDeploymentsOAuthExchangeRequestModifier and TypeMethodDescriptionPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WebDeploymentsOAuthExchangeRequestModifier and TypeMethodDescriptionPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.builder(WebDeploymentsOAuthExchangeRequest body) voidPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.setBody(WebDeploymentsOAuthExchangeRequest body) PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.Builder.withBody(WebDeploymentsOAuthExchangeRequest body) PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.withBody(WebDeploymentsOAuthExchangeRequest body) PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.Builder.withRequiredParams(WebDeploymentsOAuthExchangeRequest body) -
Uses of WebDeploymentsOAuthExchangeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebDeploymentsOAuthExchangeRequestModifier and TypeMethodDescriptionWebDeploymentsOAuthExchangeRequest.deploymentId(String deploymentId) The WebDeployment IDWebDeploymentsOAuthExchangeRequest.journeyContext(WebDeploymentsJourneyContext journeyContext) A Customer journey context.WebDeploymentsOAuthExchangeRequest.oauth(WebDeploymentsOAuthRequestParameters oauth)