Client
Table of Contents
Constants
- TYPE_BITRIX24 = "B24"
- TYPE_BOX = "BOX"
Methods
- getLicenseCode() : string
- Return license code of the portal (to be used as a part of request verification scheme).
- getPortalType() : string
- getServerName() : string
- signRequest() : string
- Returns request authorization hash string.
Constants
TYPE_BITRIX24
public
mixed
TYPE_BITRIX24
= "B24"
TYPE_BOX
public
mixed
TYPE_BOX
= "BOX"
Methods
getLicenseCode()
Return license code of the portal (to be used as a part of request verification scheme).
public
static getLicenseCode() : string
Return values
stringgetPortalType()
public
static getPortalType() : string
Return values
stringgetServerName()
public
static getServerName() : string
Return values
stringsignRequest()
Returns request authorization hash string.
public
static signRequest(array<string|int, mixed> $parameters[, string $suffix = "" ]) : string
Parameters
- $parameters : array<string|int, mixed>
-
Array or request parameters to be signed.
- $suffix : string = ""
-
Suffix to append to signed string