Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class StartOAuthResponse.
Message for responding to starting an OAuth flow.
Generated from protobuf message google.cloud.developerconnect.v1.StartOAuthResponse
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ system_provider_id
int
The ID of the system provider.
↳ ticket
string
The ticket to be used for post processing the callback from the service provider.
↳ code_challenge
↳ code_challenge_method
↳ client_id
string
The client ID to the OAuth App of the service provider.
↳ scopes
string[]
The list of scopes requested by the application.
↳ auth_uri
string
The authorization server URL to the OAuth flow of the service provider.
getSystemProviderId
The ID of the system provider.
hasSystemProviderId
setSystemProviderId
The ID of the system provider.
$this
getTicket
The ticket to be used for post processing the callback from the service provider.
string
setTicket
The ticket to be used for post processing the callback from the service provider.
var
string
$this
getCodeChallenge
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
string
setCodeChallenge
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
var
string
$this
getCodeChallengeMethod
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
string
setCodeChallengeMethod
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
var
string
$this
getClientId
The client ID to the OAuth App of the service provider.
string
setClientId
The client ID to the OAuth App of the service provider.
var
string
$this
getScopes
The list of scopes requested by the application.
setScopes
The list of scopes requested by the application.
var
string[]
$this
getAuthUri
The authorization server URL to the OAuth flow of the service provider.
string
setAuthUri
The authorization server URL to the OAuth flow of the service provider.
var
string
$this
getId
string

