I'm using dotnetopenauth to check access with Google Account. After confirming access I get back AccessTokenResponse which is of type DotNetOpenAuth.OAuth.Messages.AuthorizedTokenResponse. It has a property AccessToken so I could grab the AccessToken, but how to get the TokenSecret? In the debugger I've seen that the TokenSecret is available but there is no property for it :-( Thanks in advance!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
OK, found it: It's in the InMemoryTokenManager using function 'GetTokenSecret'. |
|||||
|