Cheatsheets
Table of Contents
AuthOptions
KeyStoreOptions
PubSecKeyOptions
SecretOptions
AuthOptions
A common base object for authentication options.
Name
Type
Description
KeyStoreOptions
Options describing how an JWT KeyStore should behave.
Name
Type
Description
password
String
-
path
String
-
type
String
-
PubSecKeyOptions
Options describing how a Cryptographic Key.
Name
Type
Description
publicKey
String
-
secretKey
String
-
type
String
-
SecretOptions
Options describing a secret.
Name
Type
Description
secret
String
-
type
String
-