You are viewing the documentation for an older major version of the AWS SDK for JavaScript.
The modular AWS SDK for JavaScript (v3), the latest major version of AWS SDK for JavaScript, is now stable and recommended for general use.
For more information, see the
Migration Guide and
API Reference.
Class: AWS.RDS.Signer
- Inherits:
-
Object
- Object
- AWS.RDS.Signer
- Defined in:
- lib/rds/signer.js
Overview
A signer object can be used to generate an auth token to a database.
Constructor Summary collapse
-
new AWS.RDS.Signer(options) ⇒ void
constructor
Creates a signer object can be used to generate an auth token.
Method Summary collapse
-
getAuthToken(options = {}, [callback]) ⇒ String?
Generate an auth token to a database.
Constructor Details
new AWS.RDS.Signer(options) ⇒ void
Creates a signer object can be used to generate an auth token.