MCPcopy
hub / github.com/minio/minio-go / Expiration

Method Expiration

pkg/credentials/sts_web_identity.go:269–271  ·  view source on GitHub ↗

Expiration returns the expiration time of the credentials

()

Source from the content-addressed store, hash-verified

267
268// Expiration returns the expiration time of the credentials
269func (m *STSWebIdentity) Expiration() time.Time {
270 return m.expiration
271}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected