Skip to content

Commit

Permalink
fixup! SDK-2262: Add Digital Identity Session Receipt retrieval service
Browse files Browse the repository at this point in the history
  • Loading branch information
irotech committed Jul 31, 2023
1 parent 2788f8d commit 21cd0ba
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 21cd0ba

Please sign in to comment.