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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user