Interface for a module that adds authentication information to an outgoing HTTP request

Namespace: BrightstarDB.Client.RestSecurity
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public interface IRequestAuthenticator
Visual Basic
Public Interface IRequestAuthenticator
Visual C++
public interface class IRequestAuthenticator
F#
type IRequestAuthenticator =  interface end

See Also