Contains an extensible framework for authenticating calls made to the BrightstarDB REST server.

Classes

  ClassDescription
Public classCredentialsRequestAuthenticator
A IRequestAuthenticator that adds credentials to an outgoing request
Public classPassthroughRequestAuthenticator
A IRequestAuthenticator class that adds no authentication information to an outgoing request
Public classSharedSecretAuthenticator
A request authenticator that uses a shared secret key to sign outgoing requests

Interfaces

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