AuthorizationServerSecretsContract 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
AuthorizationServerSecretsContract() |
Initializes a new instance of the AuthorizationServerSecretsContract class. |
AuthorizationServerSecretsContract(String, String, String) |
Initializes a new instance of the AuthorizationServerSecretsContract class. |
AuthorizationServerSecretsContract()
Initializes a new instance of the AuthorizationServerSecretsContract class.
public AuthorizationServerSecretsContract ();
Public Sub New ()
Applies to
AuthorizationServerSecretsContract(String, String, String)
Initializes a new instance of the AuthorizationServerSecretsContract class.
public AuthorizationServerSecretsContract (string clientSecret = default, string resourceOwnerUsername = default, string resourceOwnerPassword = default);
new Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerSecretsContract : string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.AuthorizationServerSecretsContract
Public Sub New (Optional clientSecret As String = Nothing, Optional resourceOwnerUsername As String = Nothing, Optional resourceOwnerPassword As String = Nothing)
Parameters
- clientSecret
- String
oAuth Authorization Server Secrets.
- resourceOwnerUsername
- String
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.
- resourceOwnerPassword
- String
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.