IsExpired returns if the credentials are no longer valid, and need to be retrieved.
()
| 73 | // IsExpired returns if the credentials are no longer valid, and need |
| 74 | // to be retrieved. |
| 75 | IsExpired() bool |
| 76 | } |
| 77 | |
| 78 | // CredContext is passed to the Retrieve function of a provider to provide |
no outgoing calls