Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class OAuthCredential.
Represents an OAuth token of the account that authorized the Connection, and associated metadata.
Generated from protobuf message google.cloud.developerconnect.v1.OAuthCredential
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
data
mixed
getOauthTokenSecretVersion
Required. A SecretManager resource containing the OAuth token that
authorizes the connection. Format: projects/*/secrets/*/versions/*
or projects/*/locations/*/secrets/*/versions/*
(if regional secrets are
supported in that location).
string
setOauthTokenSecretVersion
Required. A SecretManager resource containing the OAuth token that
authorizes the connection. Format: projects/*/secrets/*/versions/*
or projects/*/locations/*/secrets/*/versions/*
(if regional secrets are
supported in that location).
var
string
$this
getUsername
Output only. The username associated with this token.
string
setUsername
Output only. The username associated with this token.
var
string
$this

