nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

set timeout option #109

Closed chrisyue closed 5 years ago

chrisyue commented 10 years ago

is there a way to set timeout for those method like NXOAuth2AccountStore:requestAccessToAccountWithType or NXOAuth2Request:performMethod

stigi commented 10 years ago

No there no way to do so yet. But it should be pretty straight forward to add it (maybe as a property to the NXOAuth2Client). Pull Requests are more than welcome! :+1: