Bitrix API

Client

Table of Contents

Constants

B24_APP_GRANT_TYPE  = 'refresh_token'
HTTP_SOCKET_TIMEOUT  = 10
HTTP_STREAM_TIMEOUT  = 10
SERVICE_PATH  = "/rest/"

Methods

__construct()  : mixed
call()  : mixed
checkAccessToken()  : mixed
refreshToken()  : mixed

Constants

B24_APP_GRANT_TYPE

public mixed B24_APP_GRANT_TYPE = 'refresh_token'

HTTP_SOCKET_TIMEOUT

public mixed HTTP_SOCKET_TIMEOUT = 10

HTTP_STREAM_TIMEOUT

public mixed HTTP_STREAM_TIMEOUT = 10

SERVICE_PATH

public mixed SERVICE_PATH = "/rest/"

Methods

__construct()

public __construct(mixed $clientId, mixed $clientSecret, mixed $serviceUrl) : mixed
Parameters
$clientId : mixed
$clientSecret : mixed
$serviceUrl : mixed

call()

public call(mixed $methodName[, mixed $additionalParams = [] ]) : mixed
Parameters
$methodName : mixed
$additionalParams : mixed = []

checkAccessToken()

public checkAccessToken(mixed $accessToken) : mixed
Parameters
$accessToken : mixed

refreshToken()

public refreshToken(mixed $refreshToken) : mixed
Parameters
$refreshToken : mixed

        
On this page

Search results