Class CustomerTokensIdpApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-12-15T22:25:00.302061Z[Etc/UTC]")
    public class CustomerTokensIdpApi
    extends Object
    • Constructor Detail

      • CustomerTokensIdpApi

        public CustomerTokensIdpApi()
      • CustomerTokensIdpApi

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

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • createCustomerToken

        public reactor.core.publisher.Mono<CustomerTokenIdpModel> createCustomerToken​(PostCustomerTokenIdpModel postCustomerTokenIdpModel)
                                                                               throws org.springframework.web.reactive.function.client.WebClientResponseException
        Create customer access token Creates a customer JWT access token. Required scopes: **customers:write** and **customers:read**

        201 - Customer token created

        Parameters:
        postCustomerTokenIdpModel - The postCustomerTokenIdpModel parameter
        Returns:
        CustomerTokenIdpModel
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • createCustomerTokenWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerTokenIdpModel>> createCustomerTokenWithHttpInfo​(PostCustomerTokenIdpModel postCustomerTokenIdpModel)
                                                                                                                                    throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException