ClientSecretContract 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
ClientSecretContract() |
Initializes a new instance of the ClientSecretContract class. |
ClientSecretContract(String) |
Initializes a new instance of the ClientSecretContract class. |
ClientSecretContract()
Initializes a new instance of the ClientSecretContract class.
public ClientSecretContract ();
Public Sub New ()
Applies to
ClientSecretContract(String)
Initializes a new instance of the ClientSecretContract class.
public ClientSecretContract (string clientSecret = default);
new Microsoft.Azure.Management.ApiManagement.Models.ClientSecretContract : string -> Microsoft.Azure.Management.ApiManagement.Models.ClientSecretContract
Public Sub New (Optional clientSecret As String = Nothing)
Parameters
- clientSecret
- String
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.