Uses of Class
com.mypurecloud.sdk.v2.model.OAuthClient
Packages that use OAuthClient
-
Uses of OAuthClient in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OAuthClientModifier and TypeMethodDescriptionOAuthApi.getOauthClient(GetOauthClientRequest request) Get OAuth ClientOAuthApi.getOauthClient(String clientId) Get OAuth ClientOAuthApi.postOauthClients(PostOauthClientsRequest request) Create OAuth client The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud.OAuthApi.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.postOauthClientSecret(PostOauthClientSecretRequest request) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value.OAuthApi.postOauthClientSecret(String clientId) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value.OAuthApi.putOauthClient(PutOauthClientRequest request) Update OAuth ClientOAuthApi.putOauthClient(String clientId, OAuthClientRequest body) Update OAuth ClientMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OAuthClientModifier and TypeMethodDescriptionOAuthApi.getOauthClient(ApiRequest<Void> request) Get OAuth ClientOAuthApiAsync.getOauthClientAsync(GetOauthClientRequest request, AsyncApiCallback<OAuthClient> callback) Get OAuth ClientOAuthApiAsync.getOauthClientAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Get OAuth ClientOAuthApi.getOauthClientWithHttpInfo(String clientId) Get OAuth ClientOAuthApi.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(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.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.postOauthClientSecret(ApiRequest<Void> 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.OAuthApiAsync.postOauthClientSecretAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value.OAuthApi.postOauthClientSecretWithHttpInfo(String clientId) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value.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(ApiRequest<OAuthClientRequest> request) Update OAuth ClientOAuthApiAsync.putOauthClientAsync(PutOauthClientRequest request, AsyncApiCallback<OAuthClient> callback) Update OAuth ClientOAuthApiAsync.putOauthClientAsync(ApiRequest<OAuthClientRequest> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Update OAuth ClientOAuthApi.putOauthClientWithHttpInfo(String clientId, OAuthClientRequest body) Update OAuth ClientMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OAuthClientModifier and TypeMethodDescriptionOAuthApiAsync.getOauthClientAsync(GetOauthClientRequest request, AsyncApiCallback<OAuthClient> callback) Get OAuth ClientOAuthApiAsync.getOauthClientAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Get OAuth ClientOAuthApiAsync.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.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.OAuthApiAsync.postOauthClientSecretAsync(PostOauthClientSecretRequest request, AsyncApiCallback<OAuthClient> callback) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value.OAuthApiAsync.postOauthClientSecretAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Regenerate Client Secret This operation will set the client secret to a randomly generated cryptographically random value.OAuthApiAsync.putOauthClientAsync(PutOauthClientRequest request, AsyncApiCallback<OAuthClient> callback) Update OAuth ClientOAuthApiAsync.putOauthClientAsync(ApiRequest<OAuthClientRequest> request, AsyncApiCallback<ApiResponse<OAuthClient>> callback) Update OAuth Client -
Uses of OAuthClient in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthClientModifier and TypeMethodDescriptionOAuthClient.accessTokenValiditySeconds(Long accessTokenValiditySeconds) The number of seconds, between 5mins and 48hrs, until tokens created with this client expire.OAuthClient.authorizedGrantType(OAuthClient.AuthorizedGrantTypeEnum authorizedGrantType) The OAuth Grant/Client type supported by this client.OAuthClient.createdBy(DomainEntityRef createdBy) User that created this clientOAuthClient.dateCreated(Date dateCreated) Date this client was created.OAuthClient.dateModified(Date dateModified) Date this client was last modified.OAuthClient.dateToDelete(Date dateToDelete) The time at which this client will be deleted.OAuthClient.description(String description) OAuthAuthorization.getClient()OAuthClient.modifiedBy(DomainEntityRef modifiedBy) User that last modified this clientThe name of the OAuth client.OAuthClient.registeredRedirectUri(List<String> registeredRedirectUri) List of allowed callbacks for this client.OAuthClient.roleDivisions(List<RoleDivision> roleDivisions) Set of roles and their corresponding divisions associated with this client.Deprecated.The scope requested by this client.System created secret assigned to this client.OAuthClient.state(OAuthClient.StateEnum state) The state of the OAuth client.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OAuthClientMethods in com.mypurecloud.sdk.v2.model with parameters of type OAuthClientModifier and TypeMethodDescriptionOAuthAuthorization.client(OAuthClient client) voidOAuthAuthorization.setClient(OAuthClient client) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type OAuthClientModifier and TypeMethodDescriptionOAuthClientEntityListing.entities(List<OAuthClient> entities) voidOAuthClientEntityListing.setEntities(List<OAuthClient> entities)