Sha256: 006ccf3efd02c55e08d9403b4ccf394c37bda6708ef55e7b4609bb719c2af140
Contents?: true
Size: 403 Bytes
Versions: 35
Compression:
Stored size: 403 Bytes
Contents
import {Credentials} from '../credentials'; export class FileSystemCredentials extends Credentials { /** * Creates a new FileSystemCredentials object from a filename. * @param {string} filename - The path on disk to the JSON file to load. */ constructor(filename: string); /** * The path to the JSON file on disk containing the credentials. */ filename: string }
Version data entries
35 entries across 35 versions & 1 rubygems