CloseableBearerTokenProvider

A BearerTokenProvider with Closeable resources. Users SHOULD call close when done with the provider to ensure any held resources are properly released.

Implementations MUST evict any previously-retrieved or stored credentials when the provider is closed.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract suspend override fun resolve(attributes: Attributes): BearerToken

Request a BearerToken from the provider