Uses of Class
com.mypurecloud.sdk.v2.model.OAuthClientRequest
Packages that use OAuthClientRequest
Package
Description
-
Uses of OAuthClientRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OAuthClientRequestModifier and TypeMethodDescriptionOAuthApi.postOauthClients(OAuthClientRequest body) Create OAuth client The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud.OAuthApi.postOauthClientsWithHttpInfo(OAuthClientRequest body) Create OAuth client The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud.OAuthApi.putOauthClient(String clientId, OAuthClientRequest body) Update OAuth ClientOAuthApi.putOauthClientWithHttpInfo(String clientId, OAuthClientRequest body) Update OAuth ClientMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OAuthClientRequestModifier and TypeMethodDescriptionOAuthApi.postOauthClients(ApiRequest<OAuthClientRequest> request) Create OAuth client The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud.OAuthApiAsync.postOauthClientsAsync(ApiRequest<OAuthClientRequest> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Create OAuth client The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud.OAuthApi.putOauthClient(ApiRequest<OAuthClientRequest> request) Update OAuth ClientOAuthApiAsync.putOauthClientAsync(ApiRequest<OAuthClientRequest> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Update OAuth Client -
Uses of OAuthClientRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OAuthClientRequestModifier and TypeMethodDescriptionPostOauthClientsRequest.getBody()PutOauthClientRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OAuthClientRequestModifier and TypeMethodDescriptionPostOauthClientsRequest.withHttpInfo()PutOauthClientRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OAuthClientRequestModifier and TypeMethodDescriptionPostOauthClientsRequest.builder(OAuthClientRequest body) PutOauthClientRequest.builder(String clientId, OAuthClientRequest body) voidPostOauthClientsRequest.setBody(OAuthClientRequest body) voidPutOauthClientRequest.setBody(OAuthClientRequest body) PostOauthClientsRequest.Builder.withBody(OAuthClientRequest body) PostOauthClientsRequest.withBody(OAuthClientRequest body) PutOauthClientRequest.Builder.withBody(OAuthClientRequest body) PutOauthClientRequest.withBody(OAuthClientRequest body) PostOauthClientsRequest.Builder.withRequiredParams(OAuthClientRequest body) PutOauthClientRequest.Builder.withRequiredParams(String clientId, OAuthClientRequest body) -
Uses of OAuthClientRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthClientRequestModifier and TypeMethodDescriptionOAuthClientRequest.accessTokenValiditySeconds(Long accessTokenValiditySeconds) The number of seconds, between 5mins and 48hrs, until tokens created with this client expire.OAuthClientRequest.authorizedGrantType(OAuthClientRequest.AuthorizedGrantTypeEnum authorizedGrantType) The OAuth Grant/Client type supported by this client.OAuthClientRequest.dateToDelete(Date dateToDelete) The time at which this client will be deleted.OAuthClientRequest.description(String description) The name of the OAuth client.OAuthClientRequest.registeredRedirectUri(List<String> registeredRedirectUri) List of allowed callbacks for this client.OAuthClientRequest.roleDivisions(List<RoleDivision> roleDivisions) Set of roles and their corresponding divisions associated with this client.Deprecated.The scope requested by this client.OAuthClientRequest.state(OAuthClientRequest.StateEnum state) The state of the OAuth client.