Go to the source code of this file.
◆ OAuth2AuthMethod
| Enumerator |
|---|
| OAUTH2_AUTH_METHOD_BASIC | |
| OAUTH2_AUTH_METHOD_POST_BODY | |
| OAUTH2_AUTH_METHOD_CUSTOM | |
◆ oauth2_authenticator_new()
◆ oauth2_authenticator_set_auth_method()
◆ oauth2_authenticator_set_authorization_details()
| void oauth2_authenticator_set_authorization_details |
( |
CloudAuthenticator * |
s, |
|
|
const gchar * |
authorization_details |
|
) |
| |
◆ oauth2_authenticator_set_client_id()
| void oauth2_authenticator_set_client_id |
( |
CloudAuthenticator * |
s, |
|
|
const gchar * |
client_id |
|
) |
| |
◆ oauth2_authenticator_set_client_secret()
| void oauth2_authenticator_set_client_secret |
( |
CloudAuthenticator * |
s, |
|
|
const gchar * |
client_secret |
|
) |
| |
◆ oauth2_authenticator_set_refresh_offset()
| void oauth2_authenticator_set_refresh_offset |
( |
CloudAuthenticator * |
s, |
|
|
guint64 |
refresh_offset_seconds |
|
) |
| |
◆ oauth2_authenticator_set_resource()
◆ oauth2_authenticator_set_scope()
◆ oauth2_authenticator_set_token_url()
| void oauth2_authenticator_set_token_url |
( |
CloudAuthenticator * |
s, |
|
|
const gchar * |
token_url |
|
) |
| |