Bitrix API

BusinessAuthAdapter extends AuthAdapter

FinalYes

Table of Contents

Methods

__construct()  : mixed
canUseMultipleClients()  : bool
create()  : mixed
getAuthorizedClientsList()  : array<string|int, mixed>|null
getAuthUrl()  : mixed
getClientById()  : mixed
getClientId()  : mixed
getClientList()  : array<string|int, mixed>|null
getToken()  : mixed
getType()  : string
hasAuth()  : bool
removeAuth()  : void
setConfig()  : $this
setInstalls()  : self
setParameters()  : $this
setService()  : $this
setSetup()  : $this

Methods

__construct()

public __construct(mixed $type) : mixed
Parameters
$type : mixed

canUseMultipleClients()

public canUseMultipleClients() : bool
Return values
bool

create()

public static create(mixed $type[, IService $service = null ]) : mixed
Parameters
$type : mixed
$service : IService = null
Tags
throws
LoaderException
throws
SystemException

getAuthorizedClientsList()

public getAuthorizedClientsList() : array<string|int, mixed>|null
Tags
throws
SystemException
Return values
array<string|int, mixed>|null

getClientById()

public getClientById(mixed $clientId) : mixed
Parameters
$clientId : mixed

getClientList()

public getClientList() : array<string|int, mixed>|null
Tags
throws
SystemException
Return values
array<string|int, mixed>|null

getType()

public getType() : string
Return values
string

hasAuth()

public hasAuth() : bool
Return values
bool

removeAuth()

public removeAuth() : void
Tags
throws
SystemException

setParameters()

public setParameters([array<string|int, mixed> $parameters = [] ]) : $this
Parameters
$parameters : array<string|int, mixed> = []
Return values
$this

        
On this page

Search results