We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1675a66 commit 0befdecCopy full SHA for 0befdec
conn.go
@@ -78,7 +78,9 @@ type Authenticator interface {
78
type PasswordAuthenticator struct {
79
Username string
80
Password string
81
- // Setting this to nil or empty will allow any authenticator provided by the server.
+ // Setting this to nil or empty will allow authenticating with any authenticator
82
+ // provided by the server. This is the default behavior of most other driver
83
+ // implementations.
84
AllowedAuthenticators []string
85
}
86
0 commit comments