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

enhance the resource owner object #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heddn
Copy link

@heddn heddn commented Dec 14, 2021

Fixes #41.

@mstefan21
Copy link
Collaborator

@heddn can you please rebase your branch on last master. thank you

@heddn heddn force-pushed the enhanced_resource_owner branch from 3fd9a4f to 2083c1e Compare July 28, 2022 15:01
@heddn
Copy link
Author

heddn commented Jul 28, 2022

rebased

*/
public function getEmailVerified()
{
return $this->response['email_verified'] ?? false;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can u use ?: instead of ?? like in other functions

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.

Resource owner getters for First & Last name + optional additional data
3 participants