diff --git a/src/client/Microsoft.Identity.Client/Extensibility/AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs b/src/client/Microsoft.Identity.Client/Extensibility/AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs index 3a84c0a6be..edf7ac6737 100644 --- a/src/client/Microsoft.Identity.Client/Extensibility/AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs +++ b/src/client/Microsoft.Identity.Client/Extensibility/AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs @@ -65,6 +65,7 @@ public static AbstractAcquireTokenParameterBuilder WithProofOfPosessionKeyId< /// /// Enables client applications to provide a custom authentication operation to be used in the token acquisition request. + /// /// The builder to chain options to /// The implementation of the authentication operation. /// @@ -88,7 +89,8 @@ public static AbstractAcquireTokenParameterBuilder WithAuthenticationExtensio return builder; } - + + /// /// Specifies additional parameters acquired from authentication responses to be cached with the access token that are normally not included in the cache object. /// these values can be read from the parameter. ///