-
Notifications
You must be signed in to change notification settings - Fork 3
OID4VCI: Credential Scheme mapping refactorings #336
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
Conversation
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.
only cosmetic changes noted
.associate { | ||
it.key to it.value |
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.
.associate { (key, value) -> key to value
?
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.
don't see the increased readability here
} else { | ||
throw InvalidToken("neither credential_identifier nor credential_configuration_id set") | ||
} | ||
|
||
return result.userInfoExtended!! | ||
return accessToken.userInfoExtended!! |
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.
this may throw a nullpointer instead of an invalid token
9d25ed9
to
7c4ea65
Compare
552ce7d
to
d0ae686
Compare
7c4ea65
to
07df08d
Compare
d0ae686
to
a3bd86d
Compare
07df08d
to
9be6b3d
Compare
a3bd86d
to
df11ebf
Compare
No description provided.