OpenAuth
OpenAuth copied to clipboard
LoginWithWebview Async or Non Async doesnt work.
Code:
try {
MicrosoftAuthenticator microsoftAuthenticator = new MicrosoftAuthenticator();
MicrosoftAuthResult authResult = microsoftAuthenticator.loginWithWebview();
} catch (MicrosoftAuthenticationException e) {
e.printStackTrace();
}
The frame opens but it shows "Something went wrong"