RetrieveWithCredContext returns nil if it successfully retrieved the value. Error is returned if the value were not obtainable, or empty. optionally takes CredContext for additional context to retrieve credentials.
(cc *CredContext)
| 61 | // value. Error is returned if the value were not obtainable, or empty. |
| 62 | // optionally takes CredContext for additional context to retrieve credentials. |
| 63 | RetrieveWithCredContext(cc *CredContext) (Value, error) |
| 64 | |
| 65 | // Retrieve returns nil if it successfully retrieved the value. |
| 66 | // Error is returned if the value were not obtainable, or empty. |
no outgoing calls
no test coverage detected