mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-11 17:59:09 -06:00
Fix compilation error (#28965)
closes #28964 Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
@@ -31,8 +31,4 @@ public interface OID4VCEnvironmentProviderFactory extends EnvironmentDependentPr
|
||||
return Profile.isFeatureEnabled(Profile.Feature.OID4VC_VCI);
|
||||
}
|
||||
|
||||
@Override
|
||||
default boolean isSupported() {
|
||||
return Profile.isFeatureEnabled(Profile.Feature.OID4VC_VCI);
|
||||
}
|
||||
}
|
||||
@@ -102,11 +102,6 @@ public class PreAuthorizedCodeGrantType extends OAuth2GrantTypeBase implements E
|
||||
return Profile.isFeatureEnabled(Profile.Feature.OID4VC_VCI);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSupported() {
|
||||
return Profile.isFeatureEnabled(Profile.Feature.OID4VC_VCI);
|
||||
}
|
||||
|
||||
@Override
|
||||
public EventType getEventType() {
|
||||
return EventType.CODE_TO_TOKEN;
|
||||
|
||||
Reference in New Issue
Block a user