Specifies the method of authentication. "none" is a special case in which no authentication method is allowed.
| 2227 | |
| 2228 | // Specifies the method of authentication. "none" is a special case in which no authentication method is allowed. |
| 2229 | type LoginType string |
| 2230 | |
| 2231 | const ( |
| 2232 | LoginTypePassword LoginType = "password" |
no outgoing calls
no test coverage detected