Skip to content

Commit

Permalink
Update src/main/kotlin/MaskinportenClientConfig.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Magnus Sælensminde <[email protected]>
  • Loading branch information
mettok and magnusae authored Dec 9, 2024
1 parent 27e88b2 commit 867f696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/MaskinportenClientConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface MaskinportenClientConfig {
/**
* MaskinportenClientConfigPkey er en implementasjon av MaskinportenClientConfig med privatekey som autentiseringsmetode for maskinporten
*
* @param kid Det er id-en til Nøkkelen key-id (kid)
* @param kid Det er id-en til nøkkelen key-id (kid).
* @param privateKey Det er privatekey som skal brukes til å signere JWT tokenet
* @param clientId Din egen client_id. Sendes videre til Maskinporten som en issuer claim.
* @param issuer Issuer-identifikatoren til Maskinporten. 'https://maskinporten.no/' i produksjon. Sendes videre til Maskinporten som en audience claim.
Expand Down

0 comments on commit 867f696

Please sign in to comment.