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 a414ef0 commit 974f555Copy full SHA for 974f555
src/main/java/com/microsoft/aad/msal4j/TokenRequest.java
@@ -154,7 +154,7 @@ private HttpEvent createHttpEvent() throws MalformedURLException {
154
return httpEvent;
155
}
156
157
- OAuthHttpRequest toOauthHttpRequest() throws SerializeException {
+ OAuthHttpRequest toOauthHttpRequest() throws SerializeException, MalformedURLException {
158
159
if (requestAuthority.tokenEndpointUrl() == null) {
160
throw new SerializeException("The endpoint URI is not specified");
0 commit comments