We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b8c96 commit a546a42Copy full SHA for a546a42
msal4j-brokers/src/main/java/com/microsoft/aad/msal4jbrokers/MSALRuntimeBroker.java
@@ -6,7 +6,7 @@
6
import java.util.concurrent.CompletableFuture;
7
8
@Slf4j
9
-class MSALRuntimeBroker implements IBroker {
+public class MSALRuntimeBroker implements IBroker {
10
11
@Override
12
public IAuthenticationResult acquireToken(PublicClientApplication application, SilentParameters requestParameters) {
0 commit comments