[ CCode ( cname = "OAuthProxyAuthCallback" , instance_pos = 3.9 ) ]
public delegate void OAuthProxyAuthCallback (OAuthProxy proxy, Error? error, Object? weak_object)
Callback from request_token_async and access_token_async.
proxy |
the OAuthProxy |
error |
a Error if the authentication failed, otherwise |
weak_object |
the weak object passed to the caller |
userdata |
the user data passed to the caller |