-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add "expires_at" to token data if applicable If the expires_in key exists the expires_at will be added. This can be useful to determine if the token needs refreshing without a failing call to the api. The expires_at is an absolute time when the token expires. fixup * Add support for refreshing oauth token The "oauth.refresh" message is now handled and will trigger a token refresh if possible. The Message data must contain valid "skill_id" and "app_id" fields. * gitignore: Add vim cache files
- Loading branch information
Showing
2 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,6 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
|
||
# vim cache files | ||
.*.sw? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters