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

Change private properties to protected #132

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Conversation

joshcanhelp
Copy link
Contributor

Changes

Changes Auth0User::userInfo and Auth0User:: accessToken to protected so extending classes can use the data.

References

Closes #120

@joshcanhelp joshcanhelp requested a review from a team June 26, 2019 23:37
@joshcanhelp joshcanhelp added this to the v5-Next milestone Jun 26, 2019
@damieng damieng added the tiny label Jun 27, 2019
@joshcanhelp joshcanhelp merged commit 893dd50 into master Jun 27, 2019
@joshcanhelp joshcanhelp deleted the change-auth0user-props branch June 27, 2019 13:36
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth0User uses private variables so they cannot be accessed or overridden in child class
2 participants