Interface: aws.HandleFailRefreshCredentialsCacheStrategy
import "../ibm-cos-sdk-go-v2/aws"
Overview
HandleFailRefreshCredentialsCacheStrategy is an interface for CredentialsCache to allow CredentialsProvider how failed to refresh credentials is handled.
Interface Method Summary collapse
-
HandleFailToRefresh(context.Context, Credentials, error) (Credentials, error)
interface
Given the previously cached Credentials, if any, and refresh error, may returns new or modified set of Credentials, or error.
Interface Method Details
HandleFailToRefresh(context.Context, Credentials, error) (Credentials, error)
This method is abstract.
Given the previously cached Credentials, if any, and refresh error, may returns new or modified set of Credentials, or error.
Credential caches may use default implementation if nil.
205 |
// File 'aws/credential_cache.go', line 205
|