Remove docs for the moment
Signed-off-by: Fabio Torchetti <fabbari@amazon.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user