const github.com/jackc/pgproto3/v2.AuthTypeSASLContinue

4 uses

	github.com/jackc/pgproto3/v2 (current package)
		authentication_sasl_continue.go#L27: 	if authType != AuthTypeSASLContinue {
		authentication_sasl_continue.go#L41: 	dst = pgio.AppendUint32(dst, AuthTypeSASLContinue)
		frontend.go#L154: 	AuthTypeSASLContinue      = 11
		frontend.go#L173: 	case AuthTypeSASLContinue: