Interface: credentials.Expirer
import "../ibm-cos-sdk-go/aws/credentials"
Overview
An Expirer is an interface that Providers can implement to expose the expiration time, if known. If the Provider cannot accurately provide this info, it should not implement this interface.
Implemented By
credentials.Credentials, credentials.Expiry
Interface Method Summary collapse
-
ExpiresAt() time.Time
interface
The time at which the credentials are no longer valid.
Interface Method Details
ExpiresAt() time.Time
This method is abstract.
The time at which the credentials are no longer valid
134 |
// File 'aws/credentials/credentials.go', line 134 |