Method
EDataServerOAuth2Servicedup_credentials_prompter_cookies_sync
since: 3.54
Declaration [src]
GSList*
e_oauth2_service_dup_credentials_prompter_cookies_sync (
EOAuth2Service* service,
ESource* source,
GCancellable* cancellable
)
Description [src]
Additional cookies to be used in the prompt dialog when asking for the user credentials. The default implementation does not provide any cookies.
Available since: 3.54
Parameters
source-
Type:
ESourceAn associated
ESource.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the method.