@@ -11,30 +11,40 @@ The OAuth2 Nodejs Client library is meant to work with Intuit's [OAuth2.0](https
1111
1212## Table of Contents
1313
14+ - [ Intuit OAuth2.0 NodeJS Library] ( #intuit-oauth20-nodejs-library )
15+ - [ Table of Contents] ( #table-of-contents )
1416- [ Requirements] ( #requirements )
1517- [ Installation] ( #installation )
1618 - [ Using NodeJS] ( #using-nodejs )
19+ - [ Options :] ( #options )
1720- [ Usage] ( #usage )
18- - [ Authorization Code flow] ( #authorization-code-flow )
19- - [ Sample] ( #sample )
20- - [ Helpers] ( #helpers )
21- - [ Is Access Token valid] ( #is-accesstoken-valid )
22- - [ Refresh Access_Token] ( #refresh-access_token )
23- - [ Refresh Access_Token by passing the refresh_token explicitly] ( #refresh-access_token_explicitly )
24- - [ Revoke Access Token] ( #revoke-access_token )
25- - [ Getter / Setter for Token] ( #getter-/-setter-for-token )
26- - [ Auth Response] ( #auth-response )
27- - [ Error Logging] ( #error-logging )
28- - [ Contributing] ( #contributing )
29- - [ Authors] ( #authors )
30- - [ Contributors] ( #contributors )
31- - [ Changelog] ( #changelog )
32- - [ License] ( #license )
21+ - [ Authorization Code Flow] ( #authorization-code-flow )
22+ - [ Step 1] ( #step-1 )
23+ - [ Scopes :] ( #scopes )
24+ - [ Step 2] ( #step-2 )
25+ - [ Sample] ( #sample )
26+ - [ Helpers] ( #helpers )
27+ - [ Is AccessToken Valid] ( #is-accesstoken-valid )
28+ - [ Refresh access_token] ( #refresh-accesstoken )
29+ - [ Refresh access_token by passing the refresh_token explicitly] ( #refresh-accesstoken-by-passing-the-refreshtoken-explicitly )
30+ - [ Revoke access_token] ( #revoke-accesstoken )
31+ - [ Getter / Setter for Token] ( #getter--setter-for-token )
32+ - [ Retrieve the Token :] ( #retrieve-the-token )
33+ - [ Set the Token :] ( #set-the-token )
34+ - [ Migrate OAuth1.0 Tokens to OAuth2.0] ( #migrate-oauth10-tokens-to-oauth20 )
35+ - [ Validate ID Token] ( #validate-id-token )
36+ - [ Auth-Response] ( #auth-response )
37+ - [ Error Logging] ( #error-logging )
38+ - [ FAQ] ( #faq )
39+ - [ Contributing] ( #contributing )
40+ - [ Steps] ( #steps )
41+ - [ Changelog] ( #changelog )
42+ - [ License] ( #license )
3343
3444
3545# Requirements
3646
37- The Node.js client library is tested against the ` Node ` >= ` 6 .0.0`
47+ The Node.js client library is tested against the ` Node ` >= ` 7 .0.0`
3848
3949# Installation
4050
0 commit comments