ConfigBuilder.BasicAuth class
Configures the Config with User and Password authentication
Public Members
| name | description |
|---|---|
| Parent { get; } | |
| Password { get; set; } | |
| Username { get; set; } | |
| Configure(…) | |
| WithPassword(…) | (2 methods) |
| WithUser(…) | (2 methods) |
Remarks
Important: Do not ever use this on a client sided application! The password is stored in plaintext in the heap, and can be obtained by a 3rd party!
See Also
- interface IConfigBuilder
- class ConfigBuilder
- namespace SurrealDB.Configuration