AuthAdapter
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
-
setParameters()
: $this
-
setService()
: $this
__construct()
public
__construct(mixed $type) : mixed
Parameters
-
$type
: mixed
-
canUseMultipleClients()
public
canUseMultipleClients() : bool
create()
public
static create(mixed $type[, IService $service = null ]) : mixed
Parameters
-
$type
: mixed
-
-
$service
: IService
= null
-
-
throws
-
LoaderException
-
throws
-
SystemException
getAuthorizedClientsList()
public
getAuthorizedClientsList() : array<string|int, mixed>|null
-
throws
-
SystemException
Return values
array<string|int, mixed>|null
getAuthUrl()
public
getAuthUrl() : mixed
getClientById()
public
getClientById(mixed $clientId) : mixed
Parameters
-
$clientId
: mixed
-
getClientId()
public
getClientId() : mixed
getClientList()
public
getClientList() : array<string|int, mixed>|null
-
throws
-
SystemException
Return values
array<string|int, mixed>|null
getToken()
public
getToken() : mixed
getType()
public
getType() : string
hasAuth()
public
hasAuth() : bool
removeAuth()
public
removeAuth() : void
-
throws
-
SystemException
setParameters()
public
setParameters([array<string|int, mixed> $parameters = [] ]) : $this
Parameters
-
$parameters
: array<string|int, mixed>
= []
-
setService()
public
setService(IService $service) : $this
Parameters
-
$service
: IService
-