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 5f6c2e0 commit bb11b01Copy full SHA for bb11b01
msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/IAuthenticationResult.java
@@ -49,6 +49,6 @@ public interface IAuthenticationResult extends Serializable {
49
* @return various metadata relating to this authentication result
50
*/
51
default AuthenticationResultMetadata metadata() {
52
- return new AuthenticationResultMetadata();
+ return AuthenticationResultMetadata.builder().build();
53
}
54
0 commit comments