Skip to content

Commit

Permalink
refactor(DtrSecurityConfiguration): made grant_type a private field
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST committed May 21, 2024
1 parent 8d605aa commit 131941a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class DtrSecurityConfiguration {
/**
* grant_type. Currently only client_credentials is supported
**/
final String grant_type = "client_credentials";
private final String grant_type = "client_credentials";

/**
* client id of the edc client with read access for DTR
Expand Down

0 comments on commit 131941a

Please sign in to comment.