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

    • key: string

      key of the credential (user)

    • cred: credential

      credential

    Returns Promise<void>

  • Returns Promise<void>

Generated using TypeDoc