Method

EDataServerOAuth2Serviceget_client_secret

since: 3.28

Declaration [src]

const gchar*
e_oauth2_service_get_client_secret (
  EOAuth2Service* service,
  ESource* source
)

Description

No description available.

Available since: 3.28

Parameters

source

Type: ESource

An associated ESource.

The data is owned by the caller of the method.

Return value

Type: const gchar*

Application client secret, as provided by the server, or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.