wadewegner / Force.com-Toolkit-for-NET

The Force.com Toolkits for .NET provides an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.
BSD 3-Clause "New" or "Revised" License
374 stars 396 forks source link

Expose signature and issued_at properties, and add revoke token method. #370

Open Tennyleaz opened 4 years ago

Tennyleaz commented 4 years ago

It would be useful if we could access signature and issued_at parameters after getting a token.

I also add a method to revoke current access token. Might solve issue #45.