package
0.0.0-20241009173107-32312d377861
Repository: https://github.com/parmaster/go-mssqldb.git
Documentation: pkg.go.dev
# Functions
GetIntegratedAuthenticator calls the authProvider specified in the 'authenticator' connection string parameter, if supplied.
SetIntegratedAuthenticationProvider stores a named authentication provider.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
IntegratedAuthenticator is the interface for SSPI Login Authentication providers.
Provider returns an SSPI compatible authentication provider.
# Type aliases
ProviderFunc is an adapter to convert a GetIntegratedAuthenticator func into a Provider.