AuthorizationServerSecretsContract Class

Definition

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