refreshCredentials
Auto-generated API reference for refreshCredentials.
Function: refreshCredentials()
refreshCredentials(
adapter,next,options?):Promise<boolean>
Defined in: adapters/src/credential-rotation.ts:75
Refresh credentials on any object that implements
CredentialRefreshable. A no-op (with a debug log) if the adapter
doesn't support rotation, so callers can run the rotation playbook
across a heterogeneous set of adapters without branching.
#Parameters
#adapter
unknown
#next
string
#options?
#id?
string
#logger?
(msg) => void
#Returns
Promise<boolean>