Closed Avery-Dunn closed 5 months 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.
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.