DownstreamApiOptions Constructors
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.
Overloads
DownstreamApiOptions() |
Default constructor. |
DownstreamApiOptions(DownstreamApiOptions) |
Copy constructor. |
DownstreamApiOptions()
Default constructor.
public DownstreamApiOptions ();
Public Sub New ()
Applies to
DownstreamApiOptions(DownstreamApiOptions)
Copy constructor.
public DownstreamApiOptions (Microsoft.Identity.Abstractions.DownstreamApiOptions other);
new Microsoft.Identity.Abstractions.DownstreamApiOptions : Microsoft.Identity.Abstractions.DownstreamApiOptions -> Microsoft.Identity.Abstractions.DownstreamApiOptions
Public Sub New (other As DownstreamApiOptions)
Parameters
- other
- DownstreamApiOptions