-
-
Notifications
You must be signed in to change notification settings - Fork 585
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
Support for Oauth 1.0 #46
Labels
Comments
Hi, these APIs use OAuth 1.0 authentication:
|
@maryguirola Thank you. It's very helpful. |
@IvanGoncharov You're welcome. |
@maryguirola One possible way to represent oAuth1 is to declare a securityDefinition of: {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"description": "oAuth1"
} It would be up to the client to negotiate oAuth1 and build the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggested by @sanchojaf on Gitter:
The text was updated successfully, but these errors were encountered: