Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProviderName = "SessionTokenProvider"
)
Variables ¶
This section is empty.
Functions ¶
func StdinTokenProvider ¶
Types ¶
type StsTokenCredentials ¶
type StsTokenCredentials struct { credentials.Expiry // contains filtered or unexported fields }
func New ¶
func New(p client.ConfigProvider, serialNumber string, tokenProvider func() (string, error)) *StsTokenCredentials
func (*StsTokenCredentials) Retrieve ¶
func (s *StsTokenCredentials) Retrieve() (credentials.Value, error)
Click to show internal directories.
Click to hide internal directories.