OpenIdConnectConfiguration.Create(String) 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.
Deserializes the json string into an OpenIdConnectConfiguration object.
public static Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration Create (string json);
static member Create : string -> Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration
Public Shared Function Create (json As String) As OpenIdConnectConfiguration
Parameters
- json
- String
json string representing the configuration.
Returns
OpenIdConnectConfiguration object representing the configuration.
Exceptions
Thrown if json
is null or empty.
Thrown if json
fails to deserialize.