Documentation

AuthenticationCredential
in package

Table of Contents

$authUrl  : string|null
$domainName  : string|null
$projectId  : string|null
$projectName  : string|null
$region  : string|null
$userId  : string|null
$userName  : string|null
$userPassword  : string|null
__construct()  : mixed
defaults()  : $this
Populate the object using defaults values directly from configuration
fromProject()  : self
getAuthUrl()  : string|null
getDomainName()  : string|null
getProjectId()  : string|null
getProjectName()  : string|null
getRegion()  : string|null
getUserId()  : string|null
getUserName()  : string|null
getUserPassword()  : string|null
reset()  : $this
Resets to null all the parameters. Usefull to be sure that credential have been cleared and will not be used in other part of the codebase.
scopeProject()  : $this

Properties

Methods

__construct()

public __construct([string|null $authUrl = null ][, string|null $region = null ][, string|null $userId = null ][, string|null $userName = null ][, string|null $userPassword = null ][, string|null $domainName = null ][, string|null $projectId = null ][, string|null $projectName = null ]) : mixed
Parameters
$authUrl : string|null = null
$region : string|null = null
$userId : string|null = null
$userName : string|null = null
$userPassword : string|null = null
$domainName : string|null = null
$projectId : string|null = null
$projectName : string|null = null
Return values
mixed

defaults()

Populate the object using defaults values directly from configuration

public defaults() : $this
Return values
$this

reset()

Resets to null all the parameters. Usefull to be sure that credential have been cleared and will not be used in other part of the codebase.

public reset() : $this
Return values
$this

Search results