Skip to content

apollo-code


apollo-code / plugin-runtime/src / SigningCredentialReader

Type Alias: SigningCredentialReader

SigningCredentialReader = (scope, envKeys) => Promise<Readonly<Record<string, string>>>

Parameters

scope

string

envKeys

readonly string[]

Returns

Promise<Readonly<Record<string, string>>>