Bitrix24
extends Client
Table of Contents
Methods
-
__construct()
: mixed
-
getAccessToken()
: array<string|int, mixed>
-
getAccessTokenUrl()
: mixed
__construct()
public
__construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$options
: array<string|int, mixed>
= []
-
getAccessToken()
public
getAccessToken(mixed $grant[, array<string|int, mixed> $options = [] ]) : array<string|int, mixed>
Parameters
-
$grant
: mixed
-
-
$options
: array<string|int, mixed>
= []
-
Return values
array<string|int, mixed>
getAccessTokenUrl()
public
getAccessTokenUrl(array<string|int, mixed> $params) : mixed
Parameters
-
$params
: array<string|int, mixed>
-