Uses of Class
com.mypurecloud.sdk.v2.model.WebDeploymentsAuthorizationResponse
Packages that use WebDeploymentsAuthorizationResponse
-
Uses of WebDeploymentsAuthorizationResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WebDeploymentsAuthorizationResponseModifier 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.WebDeploymentsApi.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.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WebDeploymentsAuthorizationResponseModifier 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(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.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.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 WebDeploymentsAuthorizationResponseModifier and TypeMethodDescriptionWebDeploymentsApiAsync.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.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 WebDeploymentsAuthorizationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebDeploymentsAuthorizationResponseModifier and TypeMethodDescriptionWebDeploymentsAuthorizationResponse.refreshToken(String refreshToken) Refresh token used to issue a new JWT.