OpenIdConnectConfiguration 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
OpenIdConnectConfiguration() |
Initializes an new instance of OpenIdConnectConfiguration. |
OpenIdConnectConfiguration(String) |
Initializes an new instance of OpenIdConnectConfiguration from a json string. |
OpenIdConnectConfiguration()
Initializes an new instance of OpenIdConnectConfiguration.
public OpenIdConnectConfiguration ();
Public Sub New ()
Applies to
OpenIdConnectConfiguration(String)
Initializes an new instance of OpenIdConnectConfiguration from a json string.
public OpenIdConnectConfiguration (string json);
new Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration : string -> Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration
Public Sub New (json As String)
Parameters
- json
- String
a json string containing the metadata
Exceptions
Thrown if json
is null or empty.