bLoyal API Documention and Samples |
The Credential object is passed into each of the bLoyal web service methods and will authenticate the calling application to the specific bLoyal client account. You can authenticate to a bLoyal client's account using a web service user login or a device usage Id. The standard way is to use the web service username.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Description |
---|---|---|
ApplicationId | guid | The partner Applicationid assigned to you by bLoyal. This is required to identify your application to bLoyal. |
DeviceKey | string | Specifies the device (i.e. virtual lane or register) that transactions should be recorded to with a bLoyal client's account. |
DeviceUsageId | string | This optional login mechanism is used for an encoded login token for the device. |
Domain | string | The login company domain of the bLoyal Client the API accessing |
ExternalUser | string | |
Password | string | The web service user password. |
UserName | string | The user name within the Domain to login as. |
Name | Type |
---|---|
Credential | Element |