ePages 6.17.40 - DE_EPAGES/DHLIntraship/API/DeveloperAuthentication.pm

Package DE_EPAGES::DHLIntraship::API::DeveloperAuthentication

Developer Authentication

Functions

getPassWord
getRealm
getUserName
new

getPassWord

Returns the password

Syntax
getPassWord();
Return
Password (String)
Password

getRealm

get the BaseAuthRealm

Syntax
getRealm();
Return
Realm (String)
The base authorisiation realm

getUserName

Returns the username

Syntax
getUserName();
Return
Username (String)
user name

new

Constructor

Syntax
new( $IsTest );
Input
$IsTest (boolean)
use test account?
Return
$self (DE_EPAGES::DHLIntraship::API::DeveloperAuthentication)
self