AcquireTokenOptions.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a shallow Clone the options (to be able to override them).
public virtual Microsoft.Identity.Abstractions.AcquireTokenOptions Clone ();
abstract member Clone : unit -> Microsoft.Identity.Abstractions.AcquireTokenOptions
override this.Clone : unit -> Microsoft.Identity.Abstractions.AcquireTokenOptions
Public Overridable Function Clone () As AcquireTokenOptions
Returns
A shallow Clone of the options.