Skip to content

Commit

Permalink
Add todos for other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
n0900 committed Oct 14, 2024
1 parent c036b8b commit 0dde2d6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class RqesWalletService(

/**
* TODO: could also use [Document] instead of [CscDocumentDigest], also [credential_id] instead of [SAD]
* TODO implement [CredentialInfo] dataclass + hand over here
*/
suspend fun createSignDocRequestParameters(rqesRequest: SignatureRequestParameters, sad: String): CSCSignatureRequestParameters =
SignDocParameters(
Expand All @@ -44,6 +45,8 @@ class RqesWalletService(
responseUri = this.redirectUrl, //TODO double check
)


//TODO implement [CredentialInfo] dataclass + hand over here
suspend fun createSignHashRequestParameters(
rqesRequest: SignatureRequestParameters,
credentialId: String,
Expand Down

0 comments on commit 0dde2d6

Please sign in to comment.