diff --git a/plugins/auth-backend/api-report.md b/plugins/auth-backend/api-report.md index 96ca640479..d216545bd4 100644 --- a/plugins/auth-backend/api-report.md +++ b/plugins/auth-backend/api-report.md @@ -650,7 +650,7 @@ export interface RouterOptions { // (undocumented) providerFactories?: ProviderFactories; // (undocumented) - tokenKeyAlgorithm?: string; + tokenFactoryAlgorithm?: string; // (undocumented) tokenManager: TokenManager; }