-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
TokenResponse
generic with associated type
This change slightly simplifies types throughout this crate by removing a generic type parameter in many places that already have a generic type representing a `TokenResponse`. BREAKING CHANGES: - Removes `TT` type parameter from `TokenResponse` and `TokenIntrospectionResponse` traits trait and adds a `TokenType` associated type to each trait. - Removes (now-redundant) `TT` type parameter from `Client` and each `*Response` type
- Loading branch information
Showing
11 changed files
with
143 additions
and
228 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
Oops, something went wrong.