Retrieve returns nil if it successfully retrieved the value. Error is returned if the value were not obtainable, or empty. Deprecated: Retrieve() exists for historical compatibility and should not be used. To get new credentials use the RetrieveWithCredContext function to ensure the proper context
()
| 69 | // be used. To get new credentials use the RetrieveWithCredContext function |
| 70 | // to ensure the proper context (i.e. HTTP client) will be used. |
| 71 | Retrieve() (Value, error) |
| 72 | |
| 73 | // IsExpired returns if the credentials are no longer valid, and need |
| 74 | // to be retrieved. |
no outgoing calls
no test coverage detected