Method: Mongo::Crypt::KMS::Azure::Credentials#identity_platform_endpoint
- Defined in:
- lib/mongo/crypt/kms/azure/credentials.rb
#identity_platform_endpoint ⇒ String | nil (readonly)
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.
Returns Azure identity platform endpoint.
38 39 40 |
# File 'lib/mongo/crypt/kms/azure/credentials.rb', line 38 def identity_platform_endpoint @identity_platform_endpoint end |