const github.com/jackc/pgx/v5/pgproto3.AuthTypeSASLFinal

6 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_sasl_final.go#L31: 	if authType != AuthTypeSASLFinal {
		authentication_sasl_final.go#L43: 	dst = pgio.AppendUint32(dst, AuthTypeSASLFinal)
		backend.go#L219: 		case AuthTypeSASLFinal:
		backend.go#L282: 		AuthTypeSASLFinal:
		frontend.go#L418: 	AuthTypeSASLFinal         = 12
		frontend.go#L446: 	case AuthTypeSASLFinal: