StsConfiguration.OAuthClientAuthenticationMethods Property
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.
public:
property Microsoft::IdentityServer::PolicyModel::Configuration::ClientAuthenticationMethod OAuthClientAuthenticationMethods { Microsoft::IdentityServer::PolicyModel::Configuration::ClientAuthenticationMethod get(); void set(Microsoft::IdentityServer::PolicyModel::Configuration::ClientAuthenticationMethod value); };
[System.Runtime.Serialization.DataMember(Order=46)]
public Microsoft.IdentityServer.PolicyModel.Configuration.ClientAuthenticationMethod OAuthClientAuthenticationMethods { get; set; }
member this.OAuthClientAuthenticationMethods : Microsoft.IdentityServer.PolicyModel.Configuration.ClientAuthenticationMethod with get, set
Public Property OAuthClientAuthenticationMethods As ClientAuthenticationMethod
Property Value
- Attributes