Interface IHashedPassword

interface IHashedPassword {
    toString: (() => string);
}

Hierarchy (view full)

Implemented by

Properties

Properties

toString: (() => string)

Type declaration

    • (): string
    • Returns string