AzureAD / microsoft-authentication-library-for-java

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
MIT License
280 stars 137 forks source link

Expose refreshon parameter in authentication result #829

Closed Avery-Dunn closed 1 week ago

Avery-Dunn commented 2 weeks ago

Exposes the refresh on parameter in the AuthenticationResultMetadata field of an AuthenticationResult, as per https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/822

Also replaces the (package-private) AuthenticationResultMetadata constructors with lombok's builder annotation to better handle setting the new refreshOn field and any others that may get added.