StoringApiAuthenticator

Parameters

delegate

An ApiAuthenticator that does the authentication.

store

A CredentialsStore for storing the credentials.

fun <T : Any> StoringApiAuthenticator(delegate: ApiAuthenticator<T>, store: CredentialsStore<T>)