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

Add method to retrieve raw id_token from AccessToken object #144

Merged

Conversation

JoshuaLicense
Copy link

It would be convenient to be able to retrieve the id_token raw string directly from the AccessToken object (consistent with other methods: getToken() & getRefreshToken()).

Before:

$token->getValues()['id_token'];

After:

$token->getIdToken();

Note: afe3b06 (unsetting from $this->values) is a breaking change - I'm happy to revert this if needed.

@JoshuaLicense JoshuaLicense changed the title Add method to retrieve raw id_token from AccessToken object Add method to retrieve raw id_token from AccessToken object Jun 20, 2021
@hajekj hajekj merged commit 49b58be into TheNetworg:master Jun 22, 2022
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.

2 participants