diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.yml
index 5438784..b6a237a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.yml
@@ -152,4 +152,4 @@ typeParameters:
- name: "T"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.yml
index df5b29f..466ce4e 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractApplicationBase.yml
@@ -107,4 +107,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.yml
index 7976c35..519d9e4 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.yml
@@ -167,6 +167,66 @@ methods:
syntax: "public T clientCapabilities(Set capabilities)"
returns:
type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.connectTimeoutForDefaultHttpClient(java.lang.Integer)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.connectTimeoutForDefaultHttpClient(Integer val)"
+ name: "connectTimeoutForDefaultHttpClient(Integer val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.connectTimeoutForDefaultHttpClient(Integer val)"
+ summary: "Sets the connect timeout value used in HttpsURLConnection connections made by , and is not needed if using a custom HTTP client"
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.connectTimeoutForDefaultHttpClient(java.lang.Integer)"
+ parameters:
+ - description: "timeout value in milliseconds"
+ name: "val"
+ type: ""
+ syntax: "public T connectTimeoutForDefaultHttpClient(Integer val)"
+ desc: "Sets the connect timeout value used in HttpsURLConnection connections made by , and is not needed if using a custom HTTP client"
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.correlationId(java.lang.String)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.correlationId(String val)"
+ name: "correlationId(String val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.correlationId(String val)"
+ summary: "Set optional correlation id to be used by the API."
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.correlationId(java.lang.String)"
+ parameters:
+ - description: "a string value of correlation id"
+ name: "val"
+ type: ""
+ syntax: "public T correlationId(String val)"
+ desc: "Set optional correlation id to be used by the API. If not provided, the API generates a random UUID."
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.executorService(java.util.concurrent.ExecutorService)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.executorService(ExecutorService val)"
+ name: "executorService(ExecutorService val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.executorService(ExecutorService val)"
+ summary: "Sets ExecutorService to be used to execute the requests."
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.executorService(java.util.concurrent.ExecutorService)"
+ parameters:
+ - description: "an instance of ExecutorService"
+ name: "val"
+ type: ""
+ syntax: "public T executorService(ExecutorService val)"
+ desc: "Sets ExecutorService to be used to execute the requests. Developer is responsible for maintaining the lifecycle of the ExecutorService."
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.httpClient(com.microsoft.aad.msal4j.IHttpClient)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.httpClient(IHttpClient val)"
+ name: "httpClient(IHttpClient val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.httpClient(IHttpClient val)"
+ summary: "Sets HTTP client to be used by the client application for all HTTP requests."
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.httpClient(com.microsoft.aad.msal4j.IHttpClient)"
+ parameters:
+ - description: "Implementation of "
+ name: "val"
+ type: ""
+ syntax: "public T httpClient(IHttpClient val)"
+ desc: "Sets HTTP client to be used by the client application for all HTTP requests. Allows for fine grained configuration of HTTP client."
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.instanceDiscovery(boolean)"
fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.instanceDiscovery(boolean val)"
name: "instanceDiscovery(boolean val)"
@@ -179,6 +239,51 @@ methods:
desc: "Historically, MSAL would connect to a central endpoint located at \\`\\`https://login.microsoftonline.com\\`\\` to acquire some metadata, especially when using an unfamiliar authority. This behavior is known as Instance Discovery. This parameter defaults to true, which enables the Instance Discovery. If you do not know some authorities beforehand, yet still want MSAL to accept any authority that you will provide, you can use a \\`\\`False\\`\\` to unconditionally disable Instance Discovery."
returns:
type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.logPii(boolean)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.logPii(boolean val)"
+ name: "logPii(boolean val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.logPii(boolean val)"
+ summary: "Set logPii - boolean value, which determines whether Pii (personally identifiable information) will be logged in."
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.logPii(boolean)"
+ parameters:
+ - description: "a boolean value for logPii"
+ name: "val"
+ type: ""
+ syntax: "public T logPii(boolean val)"
+ desc: "Set logPii - boolean value, which determines whether Pii (personally identifiable information) will be logged in. The default value is false."
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.proxy(java.net.Proxy)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.proxy(Proxy val)"
+ name: "proxy(Proxy val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.proxy(Proxy val)"
+ summary: "Sets Proxy configuration to be used by the client application (MSAL4J by default uses ) for all network communication."
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.proxy(java.net.Proxy)"
+ parameters:
+ - description: "an instance of Proxy"
+ name: "val"
+ type: ""
+ syntax: "public T proxy(Proxy val)"
+ desc: "Sets Proxy configuration to be used by the client application (MSAL4J by default uses ) for all network communication. If no proxy value is passed in, system defined properties are used. If HTTP client is set on the client application (via ClientApplication.builder().httpClient()), proxy configuration should be done on the HTTP client object being passed in, and not through this method."
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.readTimeoutForDefaultHttpClient(java.lang.Integer)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.readTimeoutForDefaultHttpClient(Integer val)"
+ name: "readTimeoutForDefaultHttpClient(Integer val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.readTimeoutForDefaultHttpClient(Integer val)"
+ summary: "Sets the read timeout value used in HttpsURLConnection connections made by , and is not needed if using a custom HTTP client"
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.readTimeoutForDefaultHttpClient(java.lang.Integer)"
+ parameters:
+ - description: "timeout value in milliseconds"
+ name: "val"
+ type: ""
+ syntax: "public T readTimeoutForDefaultHttpClient(Integer val)"
+ desc: "Sets the read timeout value used in HttpsURLConnection connections made by , and is not needed if using a custom HTTP client"
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.setTokenCacheAccessAspect(com.microsoft.aad.msal4j.ITokenCacheAccessAspect)"
fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.setTokenCacheAccessAspect(ITokenCacheAccessAspect val)"
name: "setTokenCacheAccessAspect(ITokenCacheAccessAspect val)"
@@ -193,6 +298,21 @@ methods:
returns:
description: "instance of the Builder on which method was called"
type: ""
+- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.sslSocketFactory(javax.net.ssl.SSLSocketFactory)"
+ fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.sslSocketFactory(SSLSocketFactory val)"
+ name: "sslSocketFactory(SSLSocketFactory val)"
+ nameWithType: "AbstractClientApplicationBase.Builder.sslSocketFactory(SSLSocketFactory val)"
+ summary: "Sets SSLSocketFactory to be used by the client application for all network communication."
+ overridden: "com.microsoft.aad.msal4j.AbstractApplicationBase.Builder.sslSocketFactory(javax.net.ssl.SSLSocketFactory)"
+ parameters:
+ - description: "an instance of SSLSocketFactory"
+ name: "val"
+ type: ""
+ syntax: "public T sslSocketFactory(SSLSocketFactory val)"
+ desc: "Sets SSLSocketFactory to be used by the client application for all network communication. If HTTP client is set on the client application (via ClientApplication.builder().httpClient()), any configuration of SSL should be done on the HTTP client and not through this method."
+ returns:
+ description: "instance of the Builder on which method was called"
+ type: ""
- uid: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.validateAuthority(boolean)"
fullName: "com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.validateAuthority(boolean val)"
name: "validateAuthority(boolean val)"
@@ -212,4 +332,4 @@ typeParameters:
- name: "T"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.yml
index 7b0ebb2..bb43e76 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AbstractClientApplicationBase.yml
@@ -206,4 +206,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AppTokenProviderParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AppTokenProviderParameters.yml
index 96e5bd4..784dcd7 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AppTokenProviderParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AppTokenProviderParameters.yml
@@ -128,4 +128,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorCode.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorCode.yml
index 0b583fa..f50f592 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorCode.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorCode.yml
@@ -344,4 +344,4 @@ type: "class"
desc: "Class containing error codes returned by the service or generated by the client"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorMessage.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorMessage.yml
index 091c82e..b0c98dc 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorMessage.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationErrorMessage.yml
@@ -43,4 +43,4 @@ fields:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.yml
new file mode 100644
index 0000000..bdabfb6
--- /dev/null
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.yml
@@ -0,0 +1,62 @@
+### YamlMime:JavaType
+uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder"
+fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder"
+name: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder"
+nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder"
+inheritances:
+- ""
+inheritedClassMethods:
+- classRef: ""
+ methodsRef:
+ - ""
+ - ""
+ - ""
+ - ""
+ - ""
+ - ""
+ - ""
+ - ""
+ - ""
+ - ""
+ - ""
+syntax: "public static class **AuthenticationResultMetadata.AuthenticationResultMetadataBuilder**"
+methods:
+- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.build()"
+ fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.build()"
+ name: "build()"
+ nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.build()"
+ syntax: "public AuthenticationResultMetadata build()"
+ returns:
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.refreshOn(java.lang.Long)"
+ fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.refreshOn(Long refreshOn)"
+ name: "refreshOn(Long refreshOn)"
+ nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.refreshOn(Long refreshOn)"
+ parameters:
+ - name: "refreshOn"
+ type: ""
+ syntax: "public AuthenticationResultMetadata.AuthenticationResultMetadataBuilder refreshOn(Long refreshOn)"
+ returns:
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.toString()"
+ fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.toString()"
+ name: "toString()"
+ nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.toString()"
+ overridden: "java.lang.Object.toString()"
+ syntax: "public String toString()"
+ returns:
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.tokenSource(com.microsoft.aad.msal4j.TokenSource)"
+ fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.tokenSource(TokenSource tokenSource)"
+ name: "tokenSource(TokenSource tokenSource)"
+ nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.tokenSource(TokenSource tokenSource)"
+ parameters:
+ - name: "tokenSource"
+ type: ""
+ syntax: "public AuthenticationResultMetadata.AuthenticationResultMetadataBuilder tokenSource(TokenSource tokenSource)"
+ returns:
+ type: ""
+type: "class"
+metadata: {}
+package: "com.microsoft.aad.msal4j"
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationResultMetadata.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationResultMetadata.yml
index 569143c..6094a64 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationResultMetadata.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthenticationResultMetadata.yml
@@ -22,6 +22,22 @@ inheritedClassMethods:
- ""
syntax: "public class **AuthenticationResultMetadata** implements "
methods:
+- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.builder()"
+ fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.builder()"
+ name: "builder()"
+ nameWithType: "AuthenticationResultMetadata.builder()"
+ modifiers:
+ - "static"
+ syntax: "public static AuthenticationResultMetadata.AuthenticationResultMetadataBuilder builder()"
+ returns:
+ type: ""
+- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.refreshOn()"
+ fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.refreshOn()"
+ name: "refreshOn()"
+ nameWithType: "AuthenticationResultMetadata.refreshOn()"
+ syntax: "public Long refreshOn()"
+ returns:
+ type: ""
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.tokenSource()"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.tokenSource()"
name: "tokenSource()"
@@ -35,4 +51,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder.yml
index ffed30f..0f6f312 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder.yml
@@ -119,4 +119,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.yml
index 4af1cb0..e7ff056 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationCodeParameters.yml
@@ -119,4 +119,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder.yml
index 74d087c..4c277ed 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder.yml
@@ -229,4 +229,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.yml
index 9922eca..63ee4ed 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.yml
@@ -145,4 +145,4 @@ type: "class"
desc: "Parameters for "
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AzureCloudEndpoint.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AzureCloudEndpoint.yml
index a7a5961..b66284c 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.AzureCloudEndpoint.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.AzureCloudEndpoint.yml
@@ -83,4 +83,4 @@ methods:
desc: "All the national clouds authenticate users separately in each environment and have separate authentication endpoints. AzureCloudEndpoint is an utility enum containing URLs for each of the national clouds endpoints, as well as the public cloud endpoint\n\nFor more details see: https://aka.ms/msal4j-national-cloud"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.CIAMAuthority.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.CIAMAuthority.yml
index 327ba04..eb7b19f 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.CIAMAuthority.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.CIAMAuthority.yml
@@ -59,4 +59,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClaimsRequest.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClaimsRequest.yml
index 858252f..6f5d8e9 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClaimsRequest.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClaimsRequest.yml
@@ -119,4 +119,4 @@ type: "class"
desc: "Represents the claims request parameter as an object"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialFactory.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialFactory.yml
index 04271ea..97e567d 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialFactory.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialFactory.yml
@@ -147,4 +147,4 @@ type: "class"
desc: "Factory for creating client credentials used in confidential client flows. For more details, see https://aka.ms/msal4j-client-credentials"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder.yml
index a1b4686..9916677 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder.yml
@@ -109,4 +109,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.yml
index 1ebcfc5..de8215f 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ClientCredentialParameters.yml
@@ -107,4 +107,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder.yml
index 0236198..9557e48 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder.yml
@@ -8,16 +8,6 @@ inheritances:
- ""
- ""
inheritedClassMethods:
-- classRef: ""
- methodsRef:
- - ""
- - ""
- - ""
- - ""
- - ""
- - ""
- - ""
- - ""
- classRef: ""
methodsRef:
- ""
@@ -28,8 +18,16 @@ inheritedClassMethods:
- ""
- ""
- ")?alt=com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.clientCapabilities&text=clientCapabilities\" data-throw-if-not-resolved=\"False\" />"
+ - ""
+ - ""
+ - ""
+ - ""
- ""
+ - ""
+ - ""
+ - ""
- ""
+ - ""
- ""
- classRef: ""
methodsRef:
@@ -89,4 +87,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.yml
index 683d0c6..d1685b1 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ConfidentialClientApplication.yml
@@ -141,4 +141,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.CustomJWTAuthentication.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.CustomJWTAuthentication.yml
index dad664a..67ec90a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.CustomJWTAuthentication.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.CustomJWTAuthentication.yml
@@ -71,4 +71,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCode.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCode.yml
index 4bb9b04..0288257 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCode.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCode.yml
@@ -149,4 +149,4 @@ type: "class"
desc: "Response returned from the STS device code endpoint containing information necessary for device code flow"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder.yml
index 7fa55de..f96b380 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder.yml
@@ -99,4 +99,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.yml
index 06ddf21..725c48f 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.DeviceCodeFlowParameters.yml
@@ -101,4 +101,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpMethod.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpMethod.yml
index e6c31b8..2485c4f 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpMethod.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpMethod.yml
@@ -107,4 +107,4 @@ methods:
desc: "An enumerator representing common HTTP request methods."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpRequest.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpRequest.yml
index 7dea413..e1ba608 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpRequest.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpRequest.yml
@@ -105,4 +105,4 @@ type: "class"
desc: "Contains information about outgoing HTTP request. Should be adapted to HTTP request for HTTP client of choice"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpResponse.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpResponse.yml
index be065b3..e4588ac 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpResponse.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpResponse.yml
@@ -96,4 +96,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAccount.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAccount.yml
index 46579e4..a2c8b15 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAccount.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAccount.yml
@@ -54,4 +54,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAuthenticationResult.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAuthenticationResult.yml
index ea9310d..2e3f7c6 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAuthenticationResult.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IAuthenticationResult.yml
@@ -61,8 +61,8 @@ methods:
name: "metadata()"
nameWithType: "IAuthenticationResult.metadata()"
modifiers:
- - "abstract"
- syntax: "public abstract AuthenticationResultMetadata metadata()"
+ - "default"
+ syntax: "public default AuthenticationResultMetadata metadata()"
returns:
description: "various metadata relating to this authentication result"
type: ""
@@ -92,4 +92,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IBroker.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IBroker.yml
index 89dd96b..25bcf82 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IBroker.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IBroker.yml
@@ -109,4 +109,4 @@ type: "interface"
desc: "Used to define the basic set of methods that all Brokers must implement\n\nAll methods are marked as default so they can be referenced by MSAL Java without an implementation, and most will simply throw an exception if not overridden by an IBroker implementation"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientAssertion.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientAssertion.yml
index bb767d7..90ff181 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientAssertion.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientAssertion.yml
@@ -22,4 +22,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCertificate.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCertificate.yml
index 1d0f818..4c3b81c 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCertificate.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCertificate.yml
@@ -56,4 +56,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCredential.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCredential.yml
index ecd6fc5..cbb7582 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCredential.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientCredential.yml
@@ -9,4 +9,4 @@ type: "interface"
desc: "Interface representing an application credential\n\nFor more details, see https://aka.ms/msal4j-client-credentials"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientSecret.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientSecret.yml
index 2799676..c02a05f 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientSecret.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IClientSecret.yml
@@ -22,4 +22,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IConfidentialClientApplication.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IConfidentialClientApplication.yml
index e60c64e..1f40c78 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IConfidentialClientApplication.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IConfidentialClientApplication.yml
@@ -54,4 +54,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpClient.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpClient.yml
index 7df0293..9e50f79 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpClient.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpClient.yml
@@ -29,4 +29,4 @@ type: "interface"
desc: "Interface to be implemented when configuring http client for or .\n\nFor more details, see https://aka.ms/msal4j-http-client"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpResponse.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpResponse.yml
index e4f7c28..e6249b0 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpResponse.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IHttpResponse.yml
@@ -40,4 +40,4 @@ type: "interface"
desc: "HTTP response from execution of in "
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IManagedIdentityApplication.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IManagedIdentityApplication.yml
index da73dee..947504a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IManagedIdentityApplication.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IManagedIdentityApplication.yml
@@ -30,4 +30,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IPublicClientApplication.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IPublicClientApplication.yml
index a294e4e..80a136e 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IPublicClientApplication.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IPublicClientApplication.yml
@@ -76,4 +76,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITenantProfile.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITenantProfile.yml
index c1f4be9..5fbac22 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITenantProfile.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITenantProfile.yml
@@ -34,4 +34,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCache.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCache.yml
index a2e60b1..75947f8 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCache.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCache.yml
@@ -35,4 +35,4 @@ type: "interface"
desc: "Interface representing security token cache persistence\n\nFor more details, see https://aka.ms/msal4j-token-cache"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessAspect.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessAspect.yml
index d4def82..cf865d1 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessAspect.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessAspect.yml
@@ -30,4 +30,4 @@ type: "interface"
desc: "Interface representing operation of executing code before and after cache access.\n\nFor more details, see https://aka.ms/msal4j-token-cache"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessContext.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessContext.yml
index a5e75b8..8030b7c 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessContext.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ITokenCacheAccessContext.yml
@@ -50,4 +50,4 @@ type: "interface"
desc: "Interface representing context in which the token cache is accessed\n\nFor more details, see https://aka.ms/msal4j-token-cache"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IUserAssertion.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IUserAssertion.yml
index 5f30185..8cf7d6b 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IUserAssertion.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IUserAssertion.yml
@@ -32,4 +32,4 @@ type: "interface"
desc: "Interface representing a delegated user identity used by downstream applications in On-Behalf-Of flow"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.yml
index 458d2c8..c164028 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.yml
@@ -99,4 +99,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.yml
index 861d675..cc29494 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.yml
@@ -101,4 +101,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractionRequiredExceptionReason.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractionRequiredExceptionReason.yml
index 46e0e04..8675809 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractionRequiredExceptionReason.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractionRequiredExceptionReason.yml
@@ -91,4 +91,4 @@ methods:
desc: "Details about the cause of an , giving a hint about the user can expect when they go through interactive authentication"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder.yml
index 2718828..1fc824a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder.yml
@@ -193,4 +193,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.yml
index 8cfebb7..ccc33aa 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.InteractiveRequestParameters.yml
@@ -171,4 +171,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.Builder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.Builder.yml
index 9faef6c..b979379 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.Builder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.Builder.yml
@@ -61,4 +61,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.yml
index 0884a1e..157fbc9 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityApplication.yml
@@ -69,6 +69,15 @@ methods:
syntax: "public ManagedIdentityId getManagedIdentityId()"
returns:
type: ""
+- uid: "com.microsoft.aad.msal4j.ManagedIdentityApplication.getManagedIdentitySource()"
+ fullName: "com.microsoft.aad.msal4j.ManagedIdentityApplication.getManagedIdentitySource()"
+ name: "getManagedIdentitySource()"
+ nameWithType: "ManagedIdentityApplication.getManagedIdentitySource()"
+ modifiers:
+ - "static"
+ syntax: "public static ManagedIdentitySourceType getManagedIdentitySource()"
+ returns:
+ type: ""
- uid: "com.microsoft.aad.msal4j.ManagedIdentityApplication.getSharedTokenCache()"
fullName: "com.microsoft.aad.msal4j.ManagedIdentityApplication.getSharedTokenCache()"
name: "getSharedTokenCache()"
@@ -84,4 +93,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityErrorResponse.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityErrorResponse.yml
index 86b697f..caf22ab 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityErrorResponse.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityErrorResponse.yml
@@ -58,4 +58,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityId.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityId.yml
index 1bbb48f..cd4daed 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityId.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityId.yml
@@ -82,4 +82,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.yml
index 77c5865..6922700 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.yml
@@ -28,16 +28,6 @@ methods:
syntax: "public ManagedIdentityParameters build()"
returns:
type: ""
-- uid: "com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.environmentVariables(com.microsoft.aad.msal4j.IEnvironmentVariables)"
- fullName: "com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.environmentVariables(IEnvironmentVariables environmentVariables)"
- name: "environmentVariables(IEnvironmentVariables environmentVariables)"
- nameWithType: "ManagedIdentityParameters.ManagedIdentityParametersBuilder.environmentVariables(IEnvironmentVariables environmentVariables)"
- parameters:
- - name: "environmentVariables"
- type: ""
- syntax: "public ManagedIdentityParameters.ManagedIdentityParametersBuilder environmentVariables(IEnvironmentVariables environmentVariables)"
- returns:
- type: ""
- uid: "com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.forceRefresh(boolean)"
fullName: "com.microsoft.aad.msal4j.ManagedIdentityParameters.ManagedIdentityParametersBuilder.forceRefresh(boolean forceRefresh)"
name: "forceRefresh(boolean forceRefresh)"
@@ -69,4 +59,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.yml
index 12a8718..ea9dee8 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ManagedIdentityParameters.yml
@@ -45,13 +45,6 @@ methods:
syntax: "public ClaimsRequest claims()"
returns:
type: ""
-- uid: "com.microsoft.aad.msal4j.ManagedIdentityParameters.environmentVariables()"
- fullName: "com.microsoft.aad.msal4j.ManagedIdentityParameters.environmentVariables()"
- name: "environmentVariables()"
- nameWithType: "ManagedIdentityParameters.environmentVariables()"
- syntax: "public IEnvironmentVariables environmentVariables()"
- returns:
- type: ""
- uid: "com.microsoft.aad.msal4j.ManagedIdentityParameters.extraHttpHeaders()"
fullName: "com.microsoft.aad.msal4j.ManagedIdentityParameters.extraHttpHeaders()"
name: "extraHttpHeaders()"
@@ -100,4 +93,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalAzureSDKException.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalAzureSDKException.yml
index cffd21c..7d28b59 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalAzureSDKException.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalAzureSDKException.yml
@@ -65,4 +65,4 @@ type: "class"
desc: "Exception type thrown when Azure SDK returns an error response."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalClientException.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalClientException.yml
index 4bbb7ec..2a29051 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalClientException.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalClientException.yml
@@ -71,4 +71,4 @@ type: "class"
desc: "Exception type thrown when and error occurs that is local to the library or the device."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalError.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalError.yml
index fc4f506..5c75746 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalError.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalError.yml
@@ -108,4 +108,4 @@ type: "class"
desc: "Error code returned as a property in MsalException."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalException.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalException.yml
index baf0d22..d3b8a39 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalException.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalException.yml
@@ -77,4 +77,4 @@ type: "class"
desc: "Base exception type thrown when an error occurs during token acquisition."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalInteractionRequiredException.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalInteractionRequiredException.yml
index e0d4799..6778734 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalInteractionRequiredException.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalInteractionRequiredException.yml
@@ -80,4 +80,4 @@ type: "class"
desc: "This exception class is to inform developers that UI interaction is required for authentication to succeed."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalServiceException.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalServiceException.yml
index 9350771..fd1ebd9 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalServiceException.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalServiceException.yml
@@ -155,4 +155,4 @@ type: "class"
desc: "Exception type thrown when service returns an error response or other networking errors occur."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalThrottlingException.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalThrottlingException.yml
index 878af2f..100399f 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalThrottlingException.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.MsalThrottlingException.yml
@@ -76,4 +76,4 @@ type: "class"
desc: "Exception type thrown when service returns throttling instruction: Retry-After header, 429 or 5xx statuses."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OSHelper.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OSHelper.yml
index 5875ab0..666fa78 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OSHelper.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OSHelper.yml
@@ -66,4 +66,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder.yml
index 98007b1..9c860d9 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder.yml
@@ -109,4 +109,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.yml
index b997ac4..a0f13d4 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OnBehalfOfParameters.yml
@@ -106,4 +106,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OpenBrowserAction.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OpenBrowserAction.yml
index fae51ba..d6b433e 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.OpenBrowserAction.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.OpenBrowserAction.yml
@@ -23,4 +23,4 @@ type: "interface"
desc: "Interface to be implemented to override system browser initialization logic. Otherwise, PublicClientApplication defaults to using default system browser"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.PopParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.PopParameters.yml
index 24f9672..7a259f4 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.PopParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.PopParameters.yml
@@ -47,4 +47,4 @@ type: "class"
desc: "Contains parameters used to request a Proof of Possession (PoP) token in supported flows"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.Prompt.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.Prompt.yml
index f503a8f..7525323 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.Prompt.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.Prompt.yml
@@ -93,4 +93,4 @@ methods:
desc: "Indicate the type of user interaction that is required when sending authorization code request."
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.Builder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.Builder.yml
index 15fc8cb..303f50d 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.Builder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.Builder.yml
@@ -8,16 +8,6 @@ inheritances:
- ""
- ""
inheritedClassMethods:
-- classRef: ""
- methodsRef:
- - ""
- - ""
- - ""
- - ""
- - ""
- - ""
- - ""
- - ""
- classRef: ""
methodsRef:
- ""
@@ -28,8 +18,16 @@ inheritedClassMethods:
- ""
- ""
- ")?alt=com.microsoft.aad.msal4j.AbstractClientApplicationBase.Builder.clientCapabilities&text=clientCapabilities\" data-throw-if-not-resolved=\"False\" />"
+ - ""
+ - ""
+ - ""
+ - ""
- ""
+ - ""
+ - ""
+ - ""
- ""
+ - ""
- ""
- classRef: ""
methodsRef:
@@ -77,4 +75,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.yml
index 2e918f8..ab73ab7 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.PublicClientApplication.yml
@@ -159,4 +159,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder.yml
index 482a95c..fe8d18f 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder.yml
@@ -99,4 +99,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.yml
index 5412c08..90ef1cb 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RefreshTokenParameters.yml
@@ -101,4 +101,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaim.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaim.yml
index eb57aa3..10f318c 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaim.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaim.yml
@@ -54,4 +54,4 @@ type: "class"
desc: "Represents an individual requested claims that's part of a complete claims request parameter"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo.yml
index 8592c9d..7316f2a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo.yml
@@ -84,4 +84,4 @@ type: "class"
desc: "Represents the additional information that can be sent to an authorization server for a request claim in the claim request parameter"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ResponseMode.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ResponseMode.yml
index fe4e46f..6227542 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.ResponseMode.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.ResponseMode.yml
@@ -81,4 +81,4 @@ methods:
desc: "Values for possible methods in which AAD can send the authorization result back to the calling application"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder.yml
index a48ba8a..e56f8ee 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder.yml
@@ -133,4 +133,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.yml
index 1f31198..ecfe162 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SilentParameters.yml
@@ -144,4 +144,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.SystemBrowserOptionsBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.SystemBrowserOptionsBuilder.yml
index 9d5138f..f962f86 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.SystemBrowserOptionsBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.SystemBrowserOptionsBuilder.yml
@@ -89,4 +89,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.yml
index 9cc35f5..789d57a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.SystemBrowserOptions.yml
@@ -82,4 +82,4 @@ type: "class"
desc: "Options for using the default OS browser as a separate process to handle interactive authentication. MSAL will listen for the OS browser to finish authenticating, but it cannot close the browser. It can however response with a HTTP 200 OK message or a 302 Redirect, which can be configured here. For more details, see https://aka.ms/msal4j-interactive-request"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCache.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCache.yml
index 124e365..7d7ac4c 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCache.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCache.yml
@@ -79,4 +79,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder.yml
index 0051729..e1ac682 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder.yml
@@ -79,4 +79,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.yml
index e4f85a2..384c9a4 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenCacheAccessContext.yml
@@ -65,4 +65,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenProviderResult.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenProviderResult.yml
index 3e5a562..e509b2a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenProviderResult.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenProviderResult.yml
@@ -90,4 +90,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenSource.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenSource.yml
index 437be9b..3372a3c 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenSource.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.TokenSource.yml
@@ -67,4 +67,4 @@ methods:
desc: "A list of possible sources for the tokens found in an "
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserAssertion.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserAssertion.yml
index 5c4ca83..0cda539 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserAssertion.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserAssertion.yml
@@ -58,4 +58,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserIdentifier.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserIdentifier.yml
index 1a5351f..7c3ec9a 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserIdentifier.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserIdentifier.yml
@@ -50,4 +50,4 @@ type: "class"
desc: "Used for populating the X-AnchorMailbox header, which is used in the cached credential service (CCS) routing"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder.yml
index 1492b7e..0422766 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder.yml
@@ -123,4 +123,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.yml
index 288d114..f44d8e4 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.UserNamePasswordParameters.yml
@@ -118,4 +118,4 @@ implements:
- ""
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/com.microsoft.aad.msal4j.yml b/java/docs-ref-autogen/com.microsoft.aad.msal4j.yml
index c078323..e46dd13 100644
--- a/java/docs-ref-autogen/com.microsoft.aad.msal4j.yml
+++ b/java/docs-ref-autogen/com.microsoft.aad.msal4j.yml
@@ -11,6 +11,7 @@ classes:
- "com.microsoft.aad.msal4j.AuthenticationErrorCode"
- "com.microsoft.aad.msal4j.AuthenticationErrorMessage"
- "com.microsoft.aad.msal4j.AuthenticationResultMetadata"
+- "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder"
- "com.microsoft.aad.msal4j.AuthorizationCodeParameters"
- "com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder"
- "com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters"
@@ -95,4 +96,4 @@ interfaces:
- "com.microsoft.aad.msal4j.OpenBrowserAction"
metadata: {}
package: "com.microsoft.aad.msal4j"
-artifact: com.microsoft.azure:msal4j:1.15.0
+artifact: com.microsoft.azure:msal4j:1.16.1
diff --git a/java/docs-ref-autogen/toc.yml b/java/docs-ref-autogen/toc.yml
index 90efc1e..bbcbac8 100644
--- a/java/docs-ref-autogen/toc.yml
+++ b/java/docs-ref-autogen/toc.yml
@@ -18,6 +18,8 @@
name: "AuthenticationErrorMessage"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata"
name: "AuthenticationResultMetadata"
+ - uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder"
+ name: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder"
- uid: "com.microsoft.aad.msal4j.AuthorizationCodeParameters"
name: "AuthorizationCodeParameters"
- uid: "com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder"
diff --git a/package.json b/package.json
index 1122c5c..67a9954 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"packageDownloadUrl": "https://repo1.maven.org/maven2",
"packageGroupId": "com.microsoft.azure",
"packageArtifactId": "msal4j",
- "packageVersion": "1.15.0",
+ "packageVersion": "1.16.1",
"inputPath": [],
"excludePath": []
}