Skip to content

Commit

Permalink
parmater bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 11, 2024
1 parent 67f8532 commit 49a3340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oidc4vc/lib/src/models/openid_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ part 'openid_configuration.g.dart';
@JsonSerializable()
class OpenIdConfiguration extends Equatable {
const OpenIdConfiguration({
required this.requirePushedAuthorizationRequests,
this.authorizationServer,
this.credentialsSupported,
this.credentialConfigurationsSupported,
Expand All @@ -23,7 +24,6 @@ class OpenIdConfiguration extends Equatable {
this.credentialManifests,
this.issuer,
this.jwksUri,
this.requirePushedAuthorizationRequests,
this.grantTypesSupported,
});

Expand Down

0 comments on commit 49a3340

Please sign in to comment.