Method
EDataServerOAuth2Serviceget_redirect_uri
since: 3.28
Declaration [src]
const gchar*
e_oauth2_service_get_redirect_uri (
EOAuth2Service* service,
ESource* source
)
Description [src]
Returns a value for the “redirect_uri” keys in the authenticate and get_token operations. The default implementation returns “urn:ietf:wg:oauth:2.0:oob”.
Available since: 3.28
Parameters
source-
Type:
ESourceAn associated
ESource.The data is owned by the caller of the method.