| 1782 | } |
| 1783 | |
| 1784 | Authenticator* new_basic_oss_authenticator(CredentialParameters&& credentials) { |
| 1785 | return new BasicAuthenticator(std::move(credentials)); |
| 1786 | } |
| 1787 | |
| 1788 | Authenticator* new_cached_oss_authenticator(Authenticator* auth, |
| 1789 | uint32_t cache_ttl_secs) { |
no outgoing calls