OpenIdConnectAuthenticationOptions.ClientSecret Property
Gets or sets the 'client_secret'.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
'Declaration
Public Property ClientSecret As String
Get
Set
'Usage
Dim instance As OpenIdConnectAuthenticationOptions
Dim value As String
value = instance.ClientSecret
instance.ClientSecret = value
public string ClientSecret { get; set; }
public:
property String^ ClientSecret {
String^ get ();
void set (String^ value);
}
member ClientSecret : string with get, set
function get ClientSecret () : String
function set ClientSecret (value : String)
Property Value
Type: System.String
Returns String.