Class NoopApiKey
java.lang.Object
org.springframework.ai.model.NoopApiKey
- All Implemented Interfaces:
ApiKey
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopApiKey
public NoopApiKey()
-
-
Method Details
-
getValue
Description copied from interface:ApiKeyReturns an api key to use for a making request. Users of this method should NOT cache the returned api key, instead call this method whenever you need an api key. Implementors of this method MUST ensure that the returned key is not expired.
-