Skip to content

Commit 181885b

Browse files
trivikrkuhe
andauthored
chore: add public tag for FromEnvBearerTokenInit
Co-authored-by: George Fu <[email protected]>
1 parent 240f587 commit 181885b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/token-providers/src/fromEnvBearerToken.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { getBearerTokenEnvKey } from "@aws-sdk/core";
22
import type { CredentialProviderOptions, TokenIdentityProvider } from "@aws-sdk/types";
33
import { TokenProviderError } from "@smithy/property-provider";
44

5+
/**
6+
* @public
7+
*/
58
export interface FromEnvBearerTokenInit extends CredentialProviderOptions {
69
signingName?: string;
710
}

0 commit comments

Comments
 (0)