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
boolcreate()
public
static create(mixed $type[, IService $service = null ]) : mixed
Parameters
- $type : mixed
- $service : IService = null
Tags
getAuthorizedClientsList()
public
getAuthorizedClientsList() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|nullgetAuthUrl()
public
getAuthUrl() : mixed
getClientById()
public
getClientById(mixed $clientId) : mixed
Parameters
- $clientId : mixed
getClientId()
public
getClientId() : mixed
getClientList()
public
getClientList() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|nullgetToken()
public
getToken() : mixed
getType()
public
getType() : string
Return values
stringhasAuth()
public
hasAuth() : bool
Return values
boolremoveAuth()
public
removeAuth() : void
Tags
setConfig()
public
setConfig([IAuthSettings $config = null ]) : $this
Parameters
- $config : IAuthSettings = null
Return values
$thissetInstalls()
public
setInstalls(IAuthSettings|null $installs) : self
Parameters
- $installs : IAuthSettings|null
Return values
selfsetParameters()
public
setParameters([array<string|int, mixed> $parameters = [] ]) : $this
Parameters
- $parameters : array<string|int, mixed> = []
Return values
$thissetService()
public
setService(IService $service) : $this
Parameters
- $service : IService
Return values
$thissetSetup()
public
setSetup([IAuthSettings $setup = null ]) : $this
Parameters
- $setup : IAuthSettings = null