Uses of Class
com.mypurecloud.sdk.v2.api.request.PostOauthClientsRequest
Packages that use PostOauthClientsRequest
-
Uses of PostOauthClientsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostOauthClientsRequestModifier and TypeMethodDescriptionOAuthApi.postOauthClients(PostOauthClientsRequest request) Create OAuth client The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud.OAuthApiAsync.postOauthClientsAsync(PostOauthClientsRequest request, AsyncApiCallback<OAuthClient> callback) Create OAuth client The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud. -
Uses of PostOauthClientsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostOauthClientsRequestModifier and TypeMethodDescriptionPostOauthClientsRequest.Builder.build()PostOauthClientsRequest.withBody(OAuthClientRequest body) PostOauthClientsRequest.withCustomHeader(String name, String value)