Documentation

AbstractHttpClient extends AbstractHttp
in package
implements HttpClientInterface

AbstractYes

Abstract HTTP class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.0.0

Table of Contents

Interfaces

HttpClientInterface
Http interface

Properties

$accountId  : string|null
Account ID
$baseUri  : string|null
Base URL
$client  : mixed
Client
$clientId  : string|null
Client ID
$clientSecret  : string|null
Client Secret
$scope  : string|null
Scope
$token  : string|null
Token
$tokenExpires  : string|null
Token expires
$tokenRequestUri  : string|null
Token request URI
$username  : string|null
Account username

Methods

__construct()  : mixed
Create Office 365 object
createClient()  : AbstractHttp
Create client
getAccountId()  : string|null
Get account ID
getClient()  : mixed
Get client
getClientId()  : string|null
Get client ID
getClientSecret()  : string|null
Get client ID
getScope()  : string|null
Get scope ID
getToken()  : string|null
Get token
getTokenExpires()  : string|null
Get token expires
getUsername()  : string|null
Get account username
hasAccountId()  : bool
Has account ID
hasClient()  : bool
Has client
hasClientId()  : bool
Has client ID
hasClientSecret()  : bool
Has client ID
hasScope()  : bool
Has scope ID
hasToken()  : bool
Has token
hasTokenExpires()  : bool
Has token expires
hasUsername()  : bool
Has account username
isTokenExpired()  : bool
Check if token is expired
parseOptions()  : array<string|int, mixed>
Parse options
requestToken()  : AbstractHttpClient
Request token
setAccountId()  : AbstractHttpClient
Set account ID
setClient()  : AbstractHttp
Set client
setClientId()  : AbstractHttpClient
Set client ID
setClientSecret()  : AbstractHttpClient
Set client secret
setScope()  : AbstractHttpClient
Set scope
setToken()  : AbstractHttpClient
Set token
setTokenExpires()  : AbstractHttpClient
Set token expires
setUsername()  : AbstractHttpClient
Set account username
verifyToken()  : bool
Verify token and refresh is expired

Properties

$tokenRequestUri

Token request URI

protected string|null $tokenRequestUri = null

Methods

__construct()

Create Office 365 object

public __construct([array<string|int, mixed>|string|null $options = null ]) : mixed
Parameters
$options : array<string|int, mixed>|string|null = null

createClient()

Create client

public abstract createClient(array<string|int, mixed>|string $options) : AbstractHttp
Parameters
$options : array<string|int, mixed>|string
Return values
AbstractHttp

getAccountId()

Get account ID

public getAccountId() : string|null
Return values
string|null

getClientId()

Get client ID

public getClientId() : string|null
Return values
string|null

getClientSecret()

Get client ID

public getClientSecret() : string|null
Return values
string|null

getScope()

Get scope ID

public getScope() : string|null
Return values
string|null

getTokenExpires()

Get token expires

public getTokenExpires() : string|null
Return values
string|null

getUsername()

Get account username

public getUsername() : string|null
Return values
string|null

hasClient()

Has client

public hasClient() : bool
Return values
bool

hasClientSecret()

Has client ID

public hasClientSecret() : bool
Return values
bool

hasTokenExpires()

Has token expires

public hasTokenExpires() : bool
Return values
bool

hasUsername()

Has account username

public hasUsername() : bool
Return values
bool

isTokenExpired()

Check if token is expired

public isTokenExpired() : bool
Return values
bool

parseOptions()

Parse options

public parseOptions(array<string|int, mixed>|string $options) : array<string|int, mixed>
Parameters
$options : array<string|int, mixed>|string
Tags
throws
Exception
Return values
array<string|int, mixed>

verifyToken()

Verify token and refresh is expired

public verifyToken() : bool
Return values
bool

        
On this page

Search results