-
Notifications
You must be signed in to change notification settings - Fork 2
[MS-1346] Identification response now contains scanned external credential data #1591
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
Changes from all commits
0aeb9dc
c956b36
e4d50cc
11b24df
0f72fe8
6adb36f
e87e7a8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,7 +73,7 @@ internal class LibSimprintsResponseMapper @Inject constructor( | |
| .toJson(), | ||
| ) | ||
| } | ||
| } | ||
| }.appendExternalCredential(response.scannedCredential.takeIf { response.isMultiFactorIdEnabled }) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought about it as well, but this approach seems less error-prone if we ever want to change the logic of the returned credential |
||
|
|
||
| is ActionResponse.ConfirmActionResponse -> { | ||
| bundleOf( | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.