prefetchCredentials

open fun prefetchCredentials(): Job(source)

Deprecated

Call updateCredentials, bring your own CoroutineScope if you need it to be asynchronous

Replace with

updateCredentials

Fetch a new set of credentials and cache it.

Until this call succeeds, getCredentialsCached will still return the old credentials.

This may be called before the current credentials have expired.