AuthConfig
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
getAdditionalVariables()
No description
setAuthType($authType)
No description
string
getAuthType()
No description
getOauth2ClientCredentials()
No description
getOauth2JwtBearer()
No description
getSshPublicKey()
No description
getUserPassword()
No description
Details
setAdditionalVariables($additionalVariables)
No description
ConfigVariable[]
getAdditionalVariables()
No description
setAuthType($authType)
No description
string
getAuthType()
No description
setOauth2ClientCredentials(Oauth2ClientCredentials $oauth2ClientCredentials)
No description
Oauth2ClientCredentials
getOauth2ClientCredentials()
No description
setOauth2JwtBearer(Oauth2JwtBearer $oauth2JwtBearer)
No description
Oauth2JwtBearer
getOauth2JwtBearer()
No description
setSshPublicKey(SshPublicKey $sshPublicKey)
No description
SshPublicKey
getSshPublicKey()
No description
setUserPassword(UserPassword $userPassword)
No description
UserPassword
getUserPassword()
No description