Class ApplicationsIdpApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-03-14T13:38:27.920128Z[Etc/UTC]")
    public class ApplicationsIdpApi
    extends Object
    • Constructor Detail

      • ApplicationsIdpApi

        public ApplicationsIdpApi()
      • ApplicationsIdpApi

        @Autowired
        public ApplicationsIdpApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • discardApplication

        public reactor.core.publisher.Mono<Void> discardApplication​(String clientId)
                                                             throws org.springframework.web.reactive.function.client.WebClientResponseException
        Discard Application Discards an application. Application is not deleted, all access tokens are revoked.Required scope: **organization_applications:execute**

        204 - Application disacarded

        401 - Unauthorized - Authentication failed,

        403 - Invalid scope

        404 - application not found

        Parameters:
        clientId - Identifier for the application.
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • discardApplicationWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> discardApplicationWithHttpInfo​(String clientId)
                                                                                                                  throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException