-
Notifications
You must be signed in to change notification settings - Fork 50
Added revoke functionality #456
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
Added revoke functionality #456
Conversation
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.
🎉 Thanks for your first pull request! The team will review it shortly. We’re excited to have you contribute!
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Src/Notion.Client/Api/Authentication/RevokeToken/AuthenticationClient.cs
Outdated
Show resolved
Hide resolved
Src/Notion.Client/Api/Authentication/RevokeToken/AuthenticationClient.cs
Outdated
Show resolved
Hide resolved
@Mr-Bally There is a CodeFactor error. |
Fixed CodeFactor issue |
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.
lgtm. congratulations on your first contribution. 🎉🎉
Description
Added functionality to revoke a token as per #454
Currently no unit tests on the existing endpoints so I didn't add any for this.
Fixes # (issue)
Type of change
How Has This Been Tested?
As mentioned, no unit tests exist for this part of the codebase so it's manual testing only
Checklist: