Skip to content

Commit 832d25c

Browse files
committed
Document getAccessToken
(re: #149)
1 parent 666aff1 commit 832d25c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,13 @@ Test whether the user is currently authenticated<br/>
204204
Returns: `true` if authenticated, `false` if not<br/>
205205

206206

207+
## `getAccessToken()`
208+
209+
Return the current stored access token, if any<br/>
210+
<br/>
211+
Returns: The access token, or '' if user is not authenticated.<br/>
212+
213+
207214
## `.authenticate(callback, options?)`
208215

209216
First logs out, then runs the authentiation flow, finally calls the callback.<br/>

0 commit comments

Comments
 (0)