isExpired helper method wrapping the definition of expired credentials.
()
| 238 | |
| 239 | // isExpired helper method wrapping the definition of expired credentials. |
| 240 | func (c *Credentials) isExpired() bool { |
| 241 | return c.forceRefresh || c.provider.IsExpired() |
| 242 | } |
no test coverage detected