Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stzouvaras authored Nov 25, 2024
1 parent 0a6f41f commit aceeef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ class RQESConfigImpl : EudiRQESUiConfig {
get() = RqesServiceConfig(
clientId = "your_clientid",
clientSecret = "your_secret",
authFlowRedirectionURI = URI.create(your_uri),
hashAlgorithm = your_algo,
authFlowRedirectionURI = URI.create("your_uri"),
hashAlgorithm = HashAlgorithmOID.SHA_256,
)
override val qtsps: List<QtspData>
Expand Down

0 comments on commit aceeef0

Please sign in to comment.