class GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig extends Collection (View source)

Properties

protected $collection_key
string $clientId
string $clientSecret
string[] $scopes
string $tokenEndpoint

Methods

setClientId($clientId)

No description

string
getClientId()

No description

setClientSecret($clientSecret)

No description

string
getClientSecret()

No description

setScopes($scopes)

No description

string[]
getScopes()

No description

setTokenEndpoint($tokenEndpoint)

No description

string
getTokenEndpoint()

No description

Details

setClientId($clientId)

No description

Parameters

$clientId

string getClientId()

No description

Return Value

string

setClientSecret($clientSecret)

No description

Parameters

$clientSecret

string getClientSecret()

No description

Return Value

string

setScopes($scopes)

No description

Parameters

$scopes

string[] getScopes()

No description

Return Value

string[]

setTokenEndpoint($tokenEndpoint)

No description

Parameters

$tokenEndpoint

string getTokenEndpoint()

No description

Return Value

string