Method: Mongo::Crypt::Handle#kms_tls_options
- Defined in:
- lib/mongo/crypt/handle.rb
#kms_tls_options(provider) ⇒ Hash
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return TLS options for KMS provider. If there are no TLS options set, empty hash is returned.
95 96 97 |
# File 'lib/mongo/crypt/handle.rb', line 95 def (provider) @kms_tls_options.fetch(provider, {}) end |