Uses of Class
app.cybrid.cybrid_api_id.client.model.CustomerTokenIdpModel
-
Packages that use CustomerTokenIdpModel Package Description app.cybrid.cybrid_api_id.client.api app.cybrid.cybrid_api_id.client.model -
-
Uses of CustomerTokenIdpModel in app.cybrid.cybrid_api_id.client.api
Methods in app.cybrid.cybrid_api_id.client.api that return types with arguments of type CustomerTokenIdpModel Modifier and Type Method Description reactor.core.publisher.Mono<CustomerTokenIdpModel>CustomerTokensIdpApi. createCustomerToken(PostCustomerTokenIdpModel postCustomerTokenIdpModel)Create customer access token Creates a customer JWT access token.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerTokenIdpModel>>CustomerTokensIdpApi. createCustomerTokenWithHttpInfo(PostCustomerTokenIdpModel postCustomerTokenIdpModel) -
Uses of CustomerTokenIdpModel in app.cybrid.cybrid_api_id.client.model
Methods in app.cybrid.cybrid_api_id.client.model that return CustomerTokenIdpModel Modifier and Type Method Description CustomerTokenIdpModelCustomerTokenIdpModel. accessToken(String accessToken)
-