Skip to content

Commit

Permalink
feat: Add client id for client secret post
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 29, 2024
1 parent a708edb commit f630374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,7 @@ Future<(String?, String?, String?, String?)> getClientDetails({
}

case ClientAuthentication.clientSecretPost:
clientId = customOidc4vcProfile.clientId;
clientSecret = customOidc4vcProfile.clientSecret;

case ClientAuthentication.clientSecretJwt:
Expand Down

0 comments on commit f630374

Please sign in to comment.