Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest
Packages that use PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest
-
Uses of PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestModifier and TypeMethodDescriptionWebDeploymentsApi.postWebdeploymentsTokenOauthcodegrantjwtexchange(PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest 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(PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest request, AsyncApiCallback<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 PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequestModifier and TypeMethodDescriptionPostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.Builder.build()PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.withBody(WebDeploymentsOAuthExchangeRequest body) PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest.withCustomHeader(String name, String value)