-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding support of client authentication method. (#1814)
* feat: support extra parameter of client authentication method * fix lint * fix lint * fix lint * fix lint * Update src/auth/oauth2client.ts Co-authored-by: aeitzman <12433791+aeitzman@users.noreply.github.com> * Update src/auth/oauth2client.ts Co-authored-by: aeitzman <12433791+aeitzman@users.noreply.github.com> * fix the 'any' type into strict check * fix lint * fix lint * Update src/auth/oauth2client.ts Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> * Update src/auth/oauth2client.ts Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> * Update src/auth/oauth2client.ts Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> * Update src/auth/oauth2client.ts Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> * Update src/auth/oauth2client.ts Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> * Update src/auth/oauth2client.ts Co-authored-by: aeitzman <12433791+aeitzman@users.noreply.github.com> * address comments * fix tests * fix tests * fix tests and lint * Update src/auth/oauth2client.ts Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> * addressing comments * adding validation of no auth header * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update test/test.oauth2.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update test/test.oauth2.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * Update test/test.oauth2.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * fix CI after apply changes * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> * fix syntax of post value * fix lint * fix the client_secret field * refactor: interface and readability --------- Co-authored-by: aeitzman <12433791+aeitzman@users.noreply.github.com> Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com> Co-authored-by: Daniel Bankhead <dan@danielbankhead.com> Co-authored-by: Daniel Bankhead <danielbankhead@google.com>
- Loading branch information
1 parent
0202365
commit 4a14e8c
Showing
3 changed files
with
142 additions
and
7 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
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
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