Uses of Class
app.cybrid.cybrid_api_id.client.model.PostCustomerTokenIdpModel
-
Packages that use PostCustomerTokenIdpModel Package Description app.cybrid.cybrid_api_id.client.api app.cybrid.cybrid_api_id.client.model -
-
Uses of PostCustomerTokenIdpModel in app.cybrid.cybrid_api_id.client.api
Methods in app.cybrid.cybrid_api_id.client.api with parameters of type PostCustomerTokenIdpModel 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 PostCustomerTokenIdpModel in app.cybrid.cybrid_api_id.client.model
Methods in app.cybrid.cybrid_api_id.client.model that return PostCustomerTokenIdpModel Modifier and Type Method Description PostCustomerTokenIdpModelPostCustomerTokenIdpModel. addScopesItem(PostCustomerTokenIdpModel.ScopesEnum scopesItem)PostCustomerTokenIdpModelPostCustomerTokenIdpModel. customerGuid(String customerGuid)PostCustomerTokenIdpModelPostCustomerTokenIdpModel. scopes(Set<PostCustomerTokenIdpModel.ScopesEnum> scopes)
-