| 24 | constexpr const char KmsClient::kKeyAccessTokenDefault[]; |
| 25 | |
| 26 | KmsConnectionConfig::KmsConnectionConfig() |
| 27 | : refreshable_key_access_token( |
| 28 | std::make_shared<KeyAccessToken>(KmsClient::kKeyAccessTokenDefault)) {} |
| 29 | |
| 30 | void KmsConnectionConfig::SetDefaultIfEmpty() { |
| 31 | if (kms_instance_id.empty()) { |
no outgoing calls