Skip to content
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

Convert class methods into properties wherever it is relevant #23

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nandan-bhat
Copy link
Contributor

@nandan-bhat nandan-bhat commented Dec 18, 2024

Description

  • Converted class methods returning complex data into properties.
  • Removed un-wanted properties from the class instance. Converted getters into properties.
  • Added code coverage report config.

Existing:

before

After this PR:

after

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant