This is a helper class that interfaces with the redis credential manager store.

Hierarchy

  • RedisStore
    • CredentialManager

Constructors

Properties

Methods

Constructors

Properties

client: RedisClientType

Methods

  • Adds a key-credential pair to the redis store.

    Parameters

    Returns Promise<void>

  • Returns Promise<void>

  • Gets the credentials associated with a given key.

    Parameters

    • key: string

      target key

    Returns Promise<null | credential>

    associated credential

Generated using TypeDoc