ePages 6.17.40 - DE_EPAGES/AppStore/API/Url.pm

Package DE_EPAGES::AppStore::API::Url

API for helpers to build URLs for the AppStore client.

@EXPORT_OK
BuildRedirectUrl

Functions

BuildRedirectUrl

BuildRedirectUrl

Adds the necessary query params to construct redirect URL for the browser.

Syntax
BuildRedirectUrl( $Servlet, $CallbackURLBase, $appID, $dev );
Input
$Servlet (object)
servlet
$CallbackURL (string)
base url for building callback
$appID (string)
app id
$dev (boolean)
developer app flag
Return
$RedirectUrl (URI)
URL to redirect to