File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bzst-dip-java-client/src/main/java/software/xdev/bzst/dip/client/webclient Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929import com .fasterxml .jackson .core .type .TypeReference ;
3030
3131import io .jsonwebtoken .Jwts ;
32- import software .xdev .bzst .dip .client .generated .api .MdEinreichenProviderApi ;
32+ import software .xdev .bzst .dip .client .generated .api .MdsProviderV21Api ;
3333import software .xdev .bzst .dip .client .model .configuration .BzstDipConfiguration ;
3434
3535
@@ -42,12 +42,12 @@ public class BearerTokenRequester
4242 private static final String BEARER_STRING = "Bearer " ;
4343 public static final String MDS_POSTFIX = "/auth/realms/mds" ;
4444
45- private final MdEinreichenProviderApi client ;
45+ private final MdsProviderV21Api client ;
4646 private final BzstDipConfiguration configuration ;
4747
4848 public BearerTokenRequester (
4949 final BzstDipConfiguration configuration ,
50- final MdEinreichenProviderApi client
50+ final MdsProviderV21Api client
5151 )
5252 {
5353 this .configuration = configuration ;
You can’t perform that action at this time.
0 commit comments