Type Definition aws_sdk_rust::aws::common::credentials::AutoRefreshingProvider
[−]
[src]
type AutoRefreshingProvider<P> = BaseAutoRefreshingProvider<P, RefCell<AwsCredentials>>;
!Sync AutoRefreshingProvider that caches credentials in a RefCell
Methods
impl<P: AwsCredentialsProvider> AutoRefreshingProvider<P>
[src]
fn with_refcell(
provider: P
) -> Result<AutoRefreshingProvider<P>, CredentialsError>
provider: P
) -> Result<AutoRefreshingProvider<P>, CredentialsError>