Documentation
¶
Index ¶
- type InnerProvider
- func (p *InnerProvider) ExpiresAt() time.Time
- func (p *InnerProvider) IsExpired() bool
- func (p *InnerProvider) Retrieve() (credentials.Value, error)
- func (p *InnerProvider) RetrieveWithContext(ctx context.Context) (credentials.Value, error)
- func (p *InnerProvider) SetExpiration(expiration time.Time, window time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InnerProvider ¶
func (*InnerProvider) ExpiresAt ¶
func (p *InnerProvider) ExpiresAt() time.Time
func (*InnerProvider) IsExpired ¶
func (p *InnerProvider) IsExpired() bool
func (*InnerProvider) Retrieve ¶
func (p *InnerProvider) Retrieve() (credentials.Value, error)
func (*InnerProvider) RetrieveWithContext ¶
func (p *InnerProvider) RetrieveWithContext(ctx context.Context) (credentials.Value, error)
func (*InnerProvider) SetExpiration ¶
func (p *InnerProvider) SetExpiration(expiration time.Time, window time.Duration)
Click to show internal directories.
Click to hide internal directories.