Uses of Class
com.mypurecloud.sdk.v2.api.request.PostOauthClientSecretRequest
Packages that use PostOauthClientSecretRequest
-
Uses of PostOauthClientSecretRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostOauthClientSecretRequestModifier and TypeMethodDescriptionOAuthApi.postOauthClientSecret(PostOauthClientSecretRequest request) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value.OAuthApiAsync.postOauthClientSecretAsync(PostOauthClientSecretRequest request, AsyncApiCallback<OAuthClient> callback) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value. -
Uses of PostOauthClientSecretRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostOauthClientSecretRequestModifier and TypeMethodDescriptionPostOauthClientSecretRequest.Builder.build()PostOauthClientSecretRequest.withClientId(String clientId) PostOauthClientSecretRequest.withCustomHeader(String name, String value)