Retrieve gets the credential by calling the MinIO STS API for LDAP on the configured stsEndpoint.
()
| 231 | // Retrieve gets the credential by calling the MinIO STS API for |
| 232 | // LDAP on the configured stsEndpoint. |
| 233 | func (k *LDAPIdentity) Retrieve() (value Value, err error) { |
| 234 | return k.RetrieveWithCredContext(defaultCredContext) |
| 235 | } |
nothing calls this directly
no test coverage detected