Low-level clients
DemoApiClient
Low-level client for /Demo endpoints used in demo scenarios.
DemoApiClient provides access to /Demo endpoints.
Methods return HttpResponse and do not use Bearer token authentication.
Class definition
- Namespace:
Imoli\EflLeasingSdk\Api - Constructor: accepts
EflHttpClient $http.
This client is mainly used in demo or test environments, typically via higher-level helpers.
Methods
getIdentityReturnUrl
Low-level wrapper over GET /lon/api/v1/Demo/GetIdentityReturnUrl.
public function getIdentityReturnUrl(): HttpResponse
Auth: none.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| none | – | – | This method does not accept any arguments. |
Return value
- Type:
HttpResponse– body contains the identity verification return URL as a string.