Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvalidCredentialManager

NOTE THIS CLASS SHOULD NOT BE EXPORTED FOR PUBLIC CONSUMPTION.

This class is the fallback class when a credential manager fails to initialize. All methods in this class must throw te error passed in by the constructor.

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly causeError

causeError: Error

The load failure that has occurred

Protected Readonly service

service: string

A service that needs to be passed to the superclass

Accessors

name

  • get name(): string

Protected possibleSolutions

  • get possibleSolutions(): string[] | undefined

Methods

delete

  • delete(account: string): Promise<void>

Protected deleteCredentials

  • deleteCredentials(account: string): Promise<void>

Optional initialize

load

  • load(account: string, optional?: boolean): Promise<string>

Protected loadCredentials

save

  • save(account: string, secureValue: string): Promise<void>

Protected saveCredentials

secureErrorDetails

  • secureErrorDetails(): string | undefined

Generated using TypeDoc