Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class FinishOAuthRequest.
Message for finishing an OAuth flow.
Generated from protobuf message google.cloud.developerconnect.v1.FinishOAuthRequest
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
data
mixed
getOauthParams
The params returned by non-Google OAuth 2.0 flow redirect.
hasOauthParams
setOauthParams
The params returned by non-Google OAuth 2.0 flow redirect.
$this
getGoogleOauthParams
The params returned by Google OAuth flow redirects.
hasGoogleOauthParams
setGoogleOauthParams
The params returned by Google OAuth flow redirects.
$this
getAccountConnector
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*
.
string
setAccountConnector
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*
.
var
string
$this
getParams
string
static::build
accountConnector
string
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*
. Please see DeveloperConnectClient::accountConnectorName()
for help formatting this field.

