Contains an extensible framework for authenticating calls made to the BrightstarDB REST server.
Classes
| Class | Description | |
|---|---|---|
| CredentialsRequestAuthenticator |
A IRequestAuthenticator that adds credentials to an outgoing request
| |
| PassthroughRequestAuthenticator |
A IRequestAuthenticator class that adds no authentication information to an outgoing request
| |
| SharedSecretAuthenticator |
A request authenticator that uses a shared secret key to sign outgoing requests
|
Interfaces
| Interface | Description | |
|---|---|---|
| IRequestAuthenticator |
Interface for a module that adds authentication information to an outgoing HTTP request
|