OAuthProxyAuthCallback


Description:

[ 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.

Parameters:

proxy

the OAuthProxy

error

a Error if the authentication failed, otherwise null

weak_object

the weak object passed to the caller

userdata

the user data passed to the caller


Namespace: Rest
Package: rest-0.7