OpenIdConnectRegistration 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
OpenIdConnectRegistration() |
Initializes a new instance of the OpenIdConnectRegistration class. |
OpenIdConnectRegistration(String, OpenIdConnectClientCredential, OpenIdConnectConfig) |
Initializes a new instance of the OpenIdConnectRegistration class. |
OpenIdConnectRegistration()
Initializes a new instance of the OpenIdConnectRegistration class.
public OpenIdConnectRegistration ();
Public Sub New ()
Applies to
OpenIdConnectRegistration(String, OpenIdConnectClientCredential, OpenIdConnectConfig)
Initializes a new instance of the OpenIdConnectRegistration class.
public OpenIdConnectRegistration (string clientId = default, Microsoft.Azure.Management.WebSites.Models.OpenIdConnectClientCredential clientCredential = default, Microsoft.Azure.Management.WebSites.Models.OpenIdConnectConfig openIdConnectConfiguration = default);
new Microsoft.Azure.Management.WebSites.Models.OpenIdConnectRegistration : string * Microsoft.Azure.Management.WebSites.Models.OpenIdConnectClientCredential * Microsoft.Azure.Management.WebSites.Models.OpenIdConnectConfig -> Microsoft.Azure.Management.WebSites.Models.OpenIdConnectRegistration
Public Sub New (Optional clientId As String = Nothing, Optional clientCredential As OpenIdConnectClientCredential = Nothing, Optional openIdConnectConfiguration As OpenIdConnectConfig = Nothing)
Parameters
- clientId
- String
The client id of the custom Open ID Connect provider.
- clientCredential
- OpenIdConnectClientCredential
The authentication credentials of the custom Open ID Connect provider.
- openIdConnectConfiguration
- OpenIdConnectConfig
The configuration settings of the endpoints used for the custom Open ID Connect provider.
Applies to
Azure SDK for .NET