class AuthConfig extends Collection (View source)

Properties

protected $collection_key
protected $additionalVariablesType
protected $additionalVariablesDataType
string $authType
protected $oauth2ClientCredentialsType
protected $oauth2ClientCredentialsDataType
protected $oauth2JwtBearerType
protected $oauth2JwtBearerDataType
protected $sshPublicKeyType
protected $sshPublicKeyDataType
protected $userPasswordType
protected $userPasswordDataType

Methods

setAdditionalVariables($additionalVariables)

No description

setAuthType($authType)

No description

string
getAuthType()

No description

setOauth2ClientCredentials(Oauth2ClientCredentials $oauth2ClientCredentials)

No description

setOauth2JwtBearer(Oauth2JwtBearer $oauth2JwtBearer)

No description

setSshPublicKey(SshPublicKey $sshPublicKey)

No description

getSshPublicKey()

No description

setUserPassword(UserPassword $userPassword)

No description

getUserPassword()

No description

Details

setAdditionalVariables($additionalVariables)

No description

Parameters

$additionalVariables

ConfigVariable[] getAdditionalVariables()

No description

Return Value

ConfigVariable[]

setAuthType($authType)

No description

Parameters

$authType

string getAuthType()

No description

Return Value

string

setOauth2ClientCredentials(Oauth2ClientCredentials $oauth2ClientCredentials)

No description

Parameters

Oauth2ClientCredentials $oauth2ClientCredentials

Oauth2ClientCredentials getOauth2ClientCredentials()

No description

setOauth2JwtBearer(Oauth2JwtBearer $oauth2JwtBearer)

No description

Parameters

Oauth2JwtBearer $oauth2JwtBearer

Oauth2JwtBearer getOauth2JwtBearer()

No description

Return Value

Oauth2JwtBearer

setSshPublicKey(SshPublicKey $sshPublicKey)

No description

Parameters

SshPublicKey $sshPublicKey

SshPublicKey getSshPublicKey()

No description

Return Value

SshPublicKey

setUserPassword(UserPassword $userPassword)

No description

Parameters

UserPassword $userPassword

UserPassword getUserPassword()

No description

Return Value

UserPassword