-
Notifications
You must be signed in to change notification settings - Fork 18
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
SDK-2478: Allow the Relying Business to fetch & delete tracked device metatdata #467
Conversation
...-sdk-api/src/main/java/com/yoti/api/client/docs/session/devicemetadata/MetadataResponse.java
Show resolved
Hide resolved
@@ -242,6 +244,31 @@ public SessionConfigurationResponse getSessionConfiguration(String sessionId) th | |||
return docScanService.fetchSessionConfiguration(sdkId, keyPair, sessionId); | |||
} | |||
|
|||
/** | |||
* Fetches the tracked devices used by the end user, to interact with the given sessionID. |
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.
Fetches details of the devices tracked at key points in completing the session
This could also be IBV devices, couldn't it....?
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.
It could, but they're still technically an end user
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.
The description could still be improved, though
a0484fc
to
a112c24
Compare
|
No description provided.