DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnectionStringBuilder Class / OAuthClientSecret Property

In This Topic
    OAuthClientSecret Property (C1ODataConnectionStringBuilder)
    In This Topic
    The secret of the OAuth 2.0 Client to be used for the authentication.
    Syntax
    'Declaration
     
    Public Property OAuthClientSecret As String
    public string OAuthClientSecret {get; set;}
    See Also