-
Notifications
You must be signed in to change notification settings - Fork 121
Create ApplicationPasswordUseCase protocol.
#8382
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
Create ApplicationPasswordUseCase protocol.
#8382
Conversation
itsmeichigo
left a comment
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.
🚢
| struct ApplicationPassword { | ||
| /// WordPress org username that the application password belongs to | ||
| /// | ||
| let wpOrgUername: String |
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.
Typo 😅
| let wpOrgUername: String | |
| let wpOrgUsername: String |
|
One thing that I missed: I thought |
I didn't think about this. I agree that it should reside in the |
You can test the changes from this Pull Request by:
|
Closes: #8381
Description
This PR introduces
ApplicationPasswordUseCaseprotocol to act as an interface for application password generation and deletion. A dummy implementation of this protocol will be used in future PR to work parallelly.Testing instructions
CI passing is enough.
Screenshots
NA
RELEASE-NOTES.txtif necessary.