CloseableIdentityProvider

A IdentityProvider 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 identity when the provider is closed.

Inheritors

Inherited functions

Link copied to clipboard
Link copied to clipboard
abstract suspend fun resolve(attributes: <Error class: unknown class> = emptyAttributes()): Identity

Resolve the identity to authenticate requests with