Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
#21 - Finalize doc of security package
Browse files Browse the repository at this point in the history
Signed-off-by: Wright, Christopher R <Christopher.Wright@ca.com>
  • Loading branch information
Wright, Christopher R authored and Wright, Christopher R committed Sep 20, 2018
1 parent 7879f85 commit c8faf85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/security/src/InvalidCredentialManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { BadCredentialManagerError } from "./errors/BadCredentialManagerError";
* **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.
*/
export class InvalidCredentialManager extends AbstractCredentialManager {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/security/src/errors/BadCredentialManagerError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ImperativeError } from "../../../error";

/**
* This class represents the error thrown by methods of the {@link InvalidCredentialManager}
* when initialized in the {@link CredentialManagerFactory}
* when initialized by {@link CredentialManagerFactory.initialize}
*/
export class BadCredentialManagerError extends ImperativeError {
/**
Expand Down

0 comments on commit c8faf85

Please sign in to comment.