StaticBearerTokenProvider

class StaticBearerTokenProvider(token: String) : BearerTokenProvider(source)

A BearerTokenProvider for a fixed Bedrock API key token.

Parameters

token

The Bedrock API key token value

Constructors

Link copied to clipboard
constructor(token: String)

Functions

Link copied to clipboard
open suspend override fun resolve(attributes: Attributes): BearerToken