Class InMemoryCredentialsProvider

Constructors

Properties

secretVault: Record<string, undefined | Record<string, string>> = {}

Methods

  • Parameters

    • service: string

    Returns Promise<{
        account: string;
        password: string;
    }[]>