forked from golang/oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional params to PasswordCredentialsToken
Allow clients to pass additional URL parameters as part of the PasswordCredentialsToken grant. Fixes golang#259
- Loading branch information
Simon Inman
committed
Dec 11, 2017
1 parent
3ea2187
commit 90f0b78
Showing
1 changed file
with
18 additions
and
3 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
I would just reuse the existing
AuthCodeOption
and then at some point rename it (though that might be a breaking change).