vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum member MongoAuthMechanism.scramSHA1

Use SCRAM-SHA-1 as defined in [RFC 5802](http://tools.ietf.org/html/rfc5802)

enum MongoAuthMechanism
{
  // ...
  scramSHA1 = 1,
  // ...
}

This is the default when a password is provided. In the future other scram algorithms may be implemented and selectable through these values.

MongoDB

3.0–

Authors

Sönke Ludwig

Copyright

© 2012-2016 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.