\Iqrf\Repository\EntitiesCredentials

Credentials entity

Summary

Methods
Properties
Constants
__construct()
toGuzzle()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$username
$password
N/A

Properties

$username

$username : ?string

Type

?string

$password

$password : ?string

Type

?string

Methods

__construct()

__construct(string|null  $username = null, string|null  $password = null) : mixed

Constructor

Parameters

string|null $username

Username

string|null $password

Password

Returns

mixed —

toGuzzle()

toGuzzle() : string[]|null

Converts the object into an array for Guzzle

Returns

string[]|null —

Credentials for Guzzle