Bitrix API

AuthAdapter

Class AuthAdapter

Table of Contents

Methods

__construct()  : mixed
AuthAdapter constructor.
create()  : AuthAdapter
getAuthUrl()  : string
getToken()  : mixed|null
getType()  : mixed
hasAuth()  : bool
removeAuth()  : mixed
setParameters()  : $this
setService()  : $this

Methods

__construct()

AuthAdapter constructor.

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

getAuthUrl()

public getAuthUrl() : string
Tags
throws
SystemException
Return values
string

getToken()

public getToken() : mixed|null
Return values
mixed|null

hasAuth()

public hasAuth() : bool
Return values
bool

setParameters()

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

        
On this page

Search results