EflClient
getIdentityReturnUrlForDemo
Returns the identity verification return URL used in demo scenarios.
getIdentityReturnUrlForDemo() retrieves the identity verification return URL from the demo API.
It wraps DemoApiClient::getIdentityReturnUrl() and returns the raw URL string.
All methods on EflClient may throw:
ApiException– when the EFL API returns an error response.HttpException– when the HTTP transport fails.
Method signature
public function getIdentityReturnUrlForDemo(): string
Parameters
This method does not accept any parameters.
Return value
- Type:
string– identity verification return URL for demo scenarios.