-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(endpoint): util-endpoints and middleware-endpoint for endpoints 2.0 #3932
Conversation
7846ecd
to
c1ec7c6
Compare
Co-authored-by: AllanZhengYP <zheallan@amazon.com>
c1ec7c6
to
5caab27
Compare
/** | ||
* Authentication schemes represent a way that the service will authenticate the customer’s identity. | ||
*/ | ||
export interface AuthScheme { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is AuthScheme
used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will be used in updates to existing packages in the next PR, it can be seen in #3927
I wanted to update types with the new code in this PR instead of in multiple PRs, so as not to miss anything copying over from the original endpoints-20 branch.
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Description
Split out from #3927
TODO(endpointsv2)