Remove docs for the moment

Signed-off-by: Fabio Torchetti <fabbari@amazon.com>
This commit is contained in:
Fabio Torchetti
2022-06-23 14:29:18 -05:00
parent b1c7792e6a
commit c7358cdbc5
2 changed files with 2 additions and 8 deletions
+2
View File
@@ -650,6 +650,8 @@ export interface RouterOptions {
// (undocumented)
providerFactories?: ProviderFactories;
// (undocumented)
tokenKeyAlgorithm?: string;
// (undocumented)
tokenManager: TokenManager;
}
@@ -44,14 +44,6 @@ export interface RouterOptions {
config: Config;
discovery: PluginEndpointDiscovery;
tokenManager: TokenManager;
/**
* The algorithm to be used when signing the JWT token.
*
* @defaultValue `ES256`
*
* @remarks
* This is passed to {@link TokenFactory| the token factory}.
*/
tokenKeyAlgorithm?: string;
providerFactories?: ProviderFactories;
}