We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export namespace authentication { export function getPassword(key: string): Thenable<string | null>; export function setPassword(key: string, value: string | null): Thenable<void>; }