diff --git a/yoti-sdk-api/src/main/java/com/yoti/api/client/DigitalIdentityClient.java b/yoti-sdk-api/src/main/java/com/yoti/api/client/DigitalIdentityClient.java index 48c39fc9..1fddbf82 100644 --- a/yoti-sdk-api/src/main/java/com/yoti/api/client/DigitalIdentityClient.java +++ b/yoti-sdk-api/src/main/java/com/yoti/api/client/DigitalIdentityClient.java @@ -35,7 +35,7 @@ public class DigitalIdentityClient { } /** - * Create a sharing session to initiate a sharing process based on a policy + * Create a sharing session to initiate a sharing process based on a policy. * * @param request Details of the request like policy, extensions and push notification for the application * @return ID, status and expiry of the newly created share session @@ -46,7 +46,7 @@ public ShareSession createShareSession(ShareSessionRequest request) throws Digit } /** - * Retrieve the sharing session + * Retrieve the sharing session. * * @param sessionId ID of the session to retrieve * @return ID, status and expiry of the share session @@ -57,7 +57,7 @@ public ShareSession fetchShareSession(String sessionId) throws DigitalIdentityEx } /** - * Create a sharing session QR code to initiate a sharing process based on a policy + * Create a sharing session QR code to initiate a sharing process based on a policy. * * @param sessionId Session ID the QR code will belong to * @return ID and URI of the newly created share session QR code @@ -68,7 +68,7 @@ public ShareSessionQrCode createShareQrCode(String sessionId) throws DigitalIden } /** - * Retrieve the sharing session QR code + * Retrieve the sharing session QR code. * * @param qrCodeId ID of the QR code to retrieve * @return The content of the share session QR code