1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

add link to vNext abstraction

This commit is contained in:
✨ Audrey ✨
2025-04-21 15:33:48 -04:00
parent af820d3a64
commit fa6c59d7d8

View File

@@ -9,7 +9,7 @@ import { PolicyEvaluator } from "./policy-evaluator.abstraction";
/** Generates credentials used for user authentication
* @typeParam Options the credential generation configuration
* @typeParam Policy the policy enforced by the generator
* @deprecated Use `CredentialGeneratorService` instead.
* @deprecated Use {@link CredentialGeneratorService} instead.
*/
export abstract class GeneratorService<Options, Policy> {
/** An observable monitoring the options saved to disk.