UNPKG

@aws/bedrock-token-generator

Version:

A lightweight library for generating short-term bearer tokens for AWS Bedrock API authentication

11 lines 385 B
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import { GetTokenProviderConfig } from "./getTokenProvider"; import { CreateTokenConfig } from "./token"; /** * @internal */ export declare const getCreateTokenConfig: (config: GetTokenProviderConfig) => CreateTokenConfig; //# sourceMappingURL=runtimeConfig.d.ts.map