type github.com/aws/smithy-go/auth/bearer.TokenProviderFunc

2 uses

	github.com/aws/smithy-go/auth/bearer (current package)
		token.go#L33: type TokenProviderFunc func(context.Context) (Token, error)
		token.go#L37: func (fn TokenProviderFunc) RetrieveBearerToken(ctx context.Context) (Token, error) {