AuthorizationServerSecretsContract Class
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.
OAuth Server Secrets Contract.
public class AuthorizationServerSecretsContract
type AuthorizationServerSecretsContract = class
Public Class AuthorizationServerSecretsContract
- Inheritance
-
AuthorizationServerSecretsContract
Constructors
AuthorizationServerSecretsContract() |
Initializes a new instance of the AuthorizationServerSecretsContract class. |
AuthorizationServerSecretsContract(String, String, String) |
Initializes a new instance of the AuthorizationServerSecretsContract class. |
Properties
ClientSecret |
Gets or sets oAuth Authorization Server Secrets. |
ResourceOwnerPassword |
Gets or sets can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. |
ResourceOwnerUsername |
Gets or sets can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. |
Applies to
Azure SDK for .NET