Class CustomerTokensIdpApi
- java.lang.Object
-
- app.cybrid.cybrid_api_id.client.api.CustomerTokensIdpApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-30T17:09:06.076278Z[Etc/UTC]") public class CustomerTokensIdpApi extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomerTokensIdpApi()CustomerTokensIdpApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<CustomerTokenIdpModel>createCustomerToken(PostCustomerTokenIdpModel postCustomerTokenIdpModel)Create customer access token Creates a customer JWT access token.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerTokenIdpModel>>createCustomerTokenWithHttpInfo(PostCustomerTokenIdpModel postCustomerTokenIdpModel)ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
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
401 - Unauthorized
403 - Forbidden
422 - Unprocessable Content
- 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
-
-