Expiration returns the expiration time of the credentials
()
| 267 | |
| 268 | // Expiration returns the expiration time of the credentials |
| 269 | func (m *STSWebIdentity) Expiration() time.Time { |
| 270 | return m.expiration |
| 271 | } |
no outgoing calls
no test coverage detected